1 implementation of IsInterfaceImplemented
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
105bool IDynamicInterfaceCastable.IsInterfaceImplemented(RuntimeTypeHandle interfaceType, bool throwIfNotImplemented)
1 reference to IsInterfaceImplemented
System.Private.CoreLib (1)
src\System\Runtime\InteropServices\DynamicInterfaceCastableHelpers.cs (1)
18bool isImplemented = castable.IsInterfaceImplemented(new RuntimeTypeHandle(interfaceType), throwIfNotImplemented);