1 instantiation of ClassInfo
Microsoft.Build.Tasks.Core (1)
ManifestUtil\ComImporter.cs (1)
285info = new ClassInfo(progid, threadingModel);
4 references to ClassInfo
Microsoft.Build.Tasks.Core (4)
ManifestUtil\ComImporter.cs (4)
89ClassInfo info = GetRegisteredClassInfo(clsid); 187private ClassInfo GetRegisteredClassInfo(Guid clsid) 189ClassInfo info = null; 225private bool GetRegisteredClassInfo(RegistryKey rootKey, Guid clsid, ref ClassInfo info)