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