1 write to Guid
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeClassDesc.cs (1)
30
Guid
= typeAttr.guid;
3 references to Guid
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeClassDesc.cs (2)
22
_typeObj ??= Type.GetTypeFromCLSID(
Guid
);
23
return Activator.CreateInstance(Type.GetTypeFromCLSID(
Guid
));
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (1)
509
Guid coclassGuid = coclassDesc.
Guid
;