14 references to Clsid
ComSvcConfig (14)
ComAdminWrapper.cs (2)
738isFrameworkVersionSet = (SafeNativeMethods.ERROR_SUCCESS == SafeNativeMethods.GetRequestedRuntimeVersionForCLSID(classInfo.Clsid, version, versionStrSize, ref length, 0)); 802if ((classInfo.Clsid.ToString("B").ToLowerInvariant() == classNameOrGuid)
Tool.cs (12)
514ToolConsole.WriteQueryLine(" " + SR.GetString(SR.EnumeratingInterfacesForComponent, options.ShowGuids ? classInfo.Clsid.ToString("B") : classInfo.Name)); 662outComp = new ComponentDefinition<Guid>(classInfo.Clsid); 666if (ComPlusTypeValidator.VerifyInterface(interfaceInfo, options.AllowReferences, classInfo.Clsid)) 674ToolConsole.WriteWarning(SR.GetString(SR.NoneOfTheSpecifiedInterfacesForComponentWereFoundSkipping, Tool.Options.ShowGuids ? classInfo.Clsid.ToString("B") : classInfo.Name)); 689outComp = new ComponentDefinition<Guid>(classInfo.Clsid); 723if (cd.Component == classInfo.Clsid) 731outComp = new ComponentDefinition<Guid>(classInfo.Clsid); 738if (ComPlusTypeValidator.VerifyInterface(interfaceInfo, options.AllowReferences, classInfo.Clsid)) 768if (ComPlusTypeValidator.VerifyInterface(interfaceInfo, options.AllowReferences, classInfo.Clsid, true)) 821if (cd.Component == classInfo.Clsid) 829outComp = new ComponentDefinition<Guid>(classInfo.Clsid); 1150ToolConsole.WriteWarning(SR.GetString(SR.CannotExposePrivateComponentsSkipping, Tool.Options.ShowGuids ? classInfo.Clsid.ToString("B") : classInfo.Name));