7 references to Ids
Microsoft.Interop.ComInterfaceGenerator (7)
Analyzers\AddGeneratedComClassFixer.cs (1)
20
public override ImmutableArray<string> FixableDiagnosticIds => ImmutableArray.Create(AnalyzerDiagnostics.
Ids
.AddGeneratedComClassAttribute);
Analyzers\AnalyzerDiagnostics.cs (5)
36
Ids
.ConvertToGeneratedComInterface,
46
Ids
.AddGeneratedComClassAttribute,
56
Ids
.ComHostingDoesNotSupportGeneratedComInterface,
66
Ids
.RuntimeComAndGeneratedComDoNotMix,
76
Ids
.RuntimeComAndGeneratedComDoNotMix,
Analyzers\ConvertComImportToGeneratedComInterfaceFixer.cs (1)
26
public override ImmutableArray<string> FixableDiagnosticIds => ImmutableArray.Create(AnalyzerDiagnostics.
Ids
.ConvertToGeneratedComInterface);