1 write to _marshalAsAttributeParser
Microsoft.Interop.SourceGeneration (1)
MarshalAsWithCustomMarshallersParser.cs (1)
32
_marshalAsAttributeParser
= marshalAsAttributeParser;
1 reference to _marshalAsAttributeParser
Microsoft.Interop.SourceGeneration (1)
MarshalAsWithCustomMarshallersParser.cs (1)
39
var marshalAsInfo = (MarshalAsInfo)
_marshalAsAttributeParser
.ParseAttribute(attributeData, type, indirectionDepth, useSiteAttributes, marshallingInfoCallback);