3 references to NativeMarshallingAttribute
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\NativeMarshallingAttributeAnalyzer.cs (1)
88
&& attrCreation.Type.ToDisplayString() == TypeNames.
NativeMarshallingAttribute
)
Microsoft.Interop.SourceGeneration (2)
NativeMarshallingAttributeParser.cs (2)
20
public bool CanParseAttributeType(INamedTypeSymbol attributeType) => attributeType.ToDisplayString() == TypeNames.
NativeMarshallingAttribute
;
24
Debug.Assert(attributeData.AttributeClass!.ToDisplayString() == TypeNames.
NativeMarshallingAttribute
);