2 references to CastIUnknownToInterfaceType
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\Marshalling\ComInterfaceMarshaller.cs (1)
41return CastIUnknownToInterfaceType(unknown);
System\Runtime\InteropServices\Marshalling\UniqueComInterfaceMarshaller.cs (1)
40return ComInterfaceMarshaller<T>.CastIUnknownToInterfaceType(unknown);