Searched refs:ImplementsInterface (Results 1 – 1 of 1) sorted by relevance
200 ifaces.Any(iface => ImplementsInterface(td, iface))) in GetAvailablePeripherals()213 private bool ImplementsInterface(TypeDefinition type, Type @interface) in ImplementsInterface() method in Antmicro.Renode.Utilities.TypeManager221 …e.BaseType != null && ImplementsInterface(ResolveInner(type.BaseType), @interface)) || type.Interf… in ImplementsInterface()223 …e.BaseType != null && ImplementsInterface(ResolveInner(type.BaseType), @interface)) || type.Interf… in ImplementsInterface()