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