2 overrides of GetDiagnosticTitle
Microsoft.Interop.ComInterfaceGenerator (2)
Analyzers\AddGeneratedComClassFixer.cs (1)
48protected override string GetDiagnosticTitle(ImmutableDictionary<string, Option> selectedOptions)
Analyzers\ConvertComImportToGeneratedComInterfaceFixer.cs (1)
28protected 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)
139GetDiagnosticTitle(selectedOptions), 148GetDiagnosticTitle(fix.SelectedOptions), 180return CodeAction.Create(codeFixProvider.GetDiagnosticTitle(options),