2 overrides of GetDiagnosticTitle
Microsoft.Interop.ComInterfaceGenerator (2)
Analyzers\AddGeneratedComClassFixer.cs (1)
77
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)
138
GetDiagnosticTitle
(selectedOptions),
147
GetDiagnosticTitle
(fix.SelectedOptions),
177
return CodeAction.Create(codeFixProvider.
GetDiagnosticTitle
(options),