5 references to GetTypeFromCLSIDImpl
mscorlib (5)
system\runtime\interopservices\marshal.cs (1)
1680
return RuntimeType.
GetTypeFromCLSIDImpl
(clsid, null, false);
system\type.cs (4)
209
return RuntimeType.
GetTypeFromCLSIDImpl
(clsid, null, false);
215
return RuntimeType.
GetTypeFromCLSIDImpl
(clsid, null, throwOnError);
221
return RuntimeType.
GetTypeFromCLSIDImpl
(clsid, server, false);
227
return RuntimeType.
GetTypeFromCLSIDImpl
(clsid, server, throwOnError);