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