3 references to AddMarshalAsAttribute
Microsoft.Interop.ComInterfaceGenerator (2)
Analyzers\AddMarshalAsToElementFixer.cs (1)
34
if (!diagnostic.Properties.TryGetValue(GeneratorDiagnosticProperties.
AddMarshalAsAttribute
, out string? addMarshalAsAttribute))
ComInterfaceGenerator.cs (1)
347
ImmutableDictionary<string, string>.Empty.Add(GeneratorDiagnosticProperties.
AddMarshalAsAttribute
, "Error"),
Microsoft.Interop.SourceGeneration (1)
GeneratorDiagnosticsBag.cs (1)
136
public const string AddMarshalAsAttribute = nameof(
AddMarshalAsAttribute
);