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