10 references to GenerateGuidForType
mscorlib (9)
system\runtime\interopservices\registrationservices.cs (9)
304
if (Marshal.
GenerateGuidForType
(type) == Marshal.
GenerateGuidForType
(baseComImportType))
378
String strRecordId = "{" + Marshal.
GenerateGuidForType
(type).ToString().ToUpper(CultureInfo.InvariantCulture) + "}";
416
String strClsId = "{" + Marshal.
GenerateGuidForType
(type).ToString().ToUpper(CultureInfo.InvariantCulture) + "}";
500
String strClsId = "{" + Marshal.
GenerateGuidForType
(type).ToString().ToUpper(CultureInfo.InvariantCulture) + "}";
546
String strRecordId = "{" + Marshal.
GenerateGuidForType
(type).ToString().ToUpper(CultureInfo.InvariantCulture) + "}";
608
String strClsId = "{" + Marshal.
GenerateGuidForType
(type).ToString().ToUpper(CultureInfo.InvariantCulture) + "}";
800
String strClsId = "{" + Marshal.
GenerateGuidForType
(type).ToString().ToUpper(CultureInfo.InvariantCulture) + "}";
1056
objs[0] = "HKEY_CLASSES_ROOT\\CLSID\\{" + Marshal.
GenerateGuidForType
(type).ToString().ToUpper(CultureInfo.InvariantCulture) + "}";
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComIntegrationManifestGenerator.cs (1)
143
String strClsId = "{" + Marshal.
GenerateGuidForType
(t).ToString().ToUpperInvariant() + "}";