2 references to System_Guid
Microsoft.Interop.SourceGeneration (2)
TypeNames.cs (1)
97
public static TypeSyntax System_Guid => _System_Guid ??= ParseTypeName(TypeNames.GlobalAlias + TypeNames.
System_Guid
);
TypeSymbolExtensions.cs (1)
85
if (t.ToDisplayString() == TypeNames.
System_Guid
) // .NET has established that Guid is blittable and matches the shape of the Win32 GUID type exactly and always will.