6 references to MarshalUsingAttribute
Microsoft.Interop.ComInterfaceGenerator (3)
ComInterfaceGenerator.cs (1)
1066
if (attrInfo.Type is "global::" + TypeNames.
MarshalUsingAttribute
ComMethodInfo.cs (2)
562
if (attr.AttributeClass?.ToDisplayString() == TypeNames.
MarshalUsingAttribute
625
if (attrName != TypeNames.
MarshalUsingAttribute
Microsoft.Interop.SourceGeneration (3)
MarshalUsingAttributeParser.cs (2)
26
public bool CanParseAttributeType(INamedTypeSymbol attributeType) => attributeType.ToDisplayString() == TypeNames.
MarshalUsingAttribute
;
30
Debug.Assert(attributeData.AttributeClass!.ToDisplayString() == TypeNames.
MarshalUsingAttribute
);
SignatureContext.cs (1)
205
if (attributeName == TypeNames.
MarshalUsingAttribute
)