2 references to MarshalUsingAttribute
Microsoft.Interop.SourceGeneration (2)
MarshalUsingAttributeParser.cs (2)
26
public bool CanParseAttributeType(INamedTypeSymbol attributeType) => attributeType.ToDisplayString() == TypeNames.
MarshalUsingAttribute
;
30
Debug.Assert(attributeData.AttributeClass!.ToDisplayString() == TypeNames.
MarshalUsingAttribute
);