4 references to Guid
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\ComInterop\TypeEnumMetaObject.cs (2)
46
typeof(ComTypeLibDesc).GetProperty(nameof(ComTypeLibDesc.
Guid
))),
47
Expression.Constant(_desc.TypeLib.
Guid
)
Microsoft\CSharp\RuntimeBinder\ComInterop\TypeLibMetaObject.cs (2)
30
typeof(ComTypeLibDesc).GetProperty(nameof(ComTypeLibDesc.
Guid
))
32
Expression.Constant(_lib.
Guid
)