2 overrides of GetDiagnosticTitle
Microsoft.Interop.ComInterfaceGenerator (2)
Analyzers\AddGeneratedComClassFixer.cs (1)
48
protected override string
GetDiagnosticTitle
(ImmutableDictionary<string, Option> selectedOptions)
Analyzers\ConvertComImportToGeneratedComInterfaceFixer.cs (1)
28
protected override string
GetDiagnosticTitle
(ImmutableDictionary<string, Option> selectedOptions)
3 references to GetDiagnosticTitle
Microsoft.Interop.ComInterfaceGenerator (3)
src\libraries\System.Runtime.InteropServices\gen\Common\ConvertToSourceGeneratedInteropFixer.cs (3)
139
GetDiagnosticTitle
(selectedOptions),
148
GetDiagnosticTitle
(fix.SelectedOptions),
180
return CodeAction.Create(codeFixProvider.
GetDiagnosticTitle
(options),