2 overrides of GetFixAllTitle
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\Fixers\PreferIsKindFix.cs (1)
61
protected override string
GetFixAllTitle
(FixAllContext fixAllContext) => CodeAnalysisDiagnosticsResources.PreferIsKindFix;
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.FixAllProvider.cs (1)
22
protected override string
GetFixAllTitle
(FixAllContext fixAllContext)
1 reference to GetFixAllTitle
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\DocumentBasedFixAllProvider.cs (1)
71
this.
GetFixAllTitle
(originalFixAllContext),