Home
last modified time | relevance | path

Searched refs:ImplementsInterface (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DTypeManager.cs200 ifaces.Any(iface => ImplementsInterface(td, iface))) in GetAvailablePeripherals()
213 private bool ImplementsInterface(TypeDefinition type, Type @interface) in ImplementsInterface() method in Antmicro.Renode.Utilities.TypeManager
221 …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()