1 instantiation of SzArrayType
Microsoft.Interop.SourceGeneration (1)
ManagedTypeInfo.cs (1)
62
return new
SzArrayType
(CreateTypeInfoForTypeSymbol(arraySymbol.ElementType));
1 reference to SzArrayType
Microsoft.Interop.SourceGeneration (1)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (1)
330
if (info.ManagedType is not
SzArrayType
)