3 references to System_Guid
Microsoft.Interop.SourceGeneration (3)
MarshalAsParser.cs (2)
290=> info.ManagedType.FullTypeName is TypeNames.System_Guid 291or $"{TypeNames.GlobalAlias}{TypeNames.System_Guid}";
TypeSymbolExtensions.cs (1)
85if (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.