2 references to System_Runtime_InteropServices_OutAttribute
Microsoft.Interop.SourceGeneration (2)
Marshalling\MarshallingGeneratorExtensions.cs (1)
122
rehydratedAttributes.Add(Attribute(IdentifierName(TypeNames.
System_Runtime_InteropServices_OutAttribute
)));
TypePositionInfo.cs (1)
118
INamedTypeSymbol outAttributeType = compilation.GetTypeByMetadataName(TypeNames.
System_Runtime_InteropServices_OutAttribute
)!;