3 references to GetComInterfaceForObjectNative
mscorlib (3)
system\runtime\interopservices\marshal.cs (3)
1752return GetComInterfaceForObjectNative(o, T, false, true); 1770return GetComInterfaceForObjectNative(o, T, false, bEnableCustomizedQueryInterface); 1782return GetComInterfaceForObjectNative(o, t, true, true);