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