1 instantiation of ClassInfo
Microsoft.Build.Tasks.Core (1)
ManifestUtil\ComImporter.cs (1)
265info = new ClassInfo(progid, threadingModel);
4 references to ClassInfo
Microsoft.Build.Tasks.Core (4)
ManifestUtil\ComImporter.cs (4)
98ClassInfo info = GetRegisteredClassInfo(clsid); 167private ClassInfo GetRegisteredClassInfo(Guid clsid) 169ClassInfo info = null; 205private bool GetRegisteredClassInfo(RegistryKey rootKey, Guid clsid, ref ClassInfo info)