5 overrides of GetFixAllTitle
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\Fixers\PreferIsKindFix.cs (1)
61protected override string GetFixAllTitle(FixAllContext fixAllContext) => CodeAnalysisDiagnosticsResources.PreferIsKindFix;
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.FixAllProvider.cs (1)
23protected override string GetFixAllTitle(FixAllContext fixAllContext)
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DoNotDirectlyAwaitATask.Fixer.cs (1)
82protected override string GetFixAllTitle(FixAllContext fixAllContext)
Microsoft.NetCore.Analyzers\Runtime\UseExceptionThrowHelpersFixer.cs (1)
129protected override string GetFixAllTitle(FixAllContext fixAllContext)
SyntaxEditorFixAllProvider.cs (1)
208protected override string GetFixAllTitle(FixAllContext fixAllContext)
2 references to GetFixAllTitle
Microsoft.CodeAnalysis.NetAnalyzers (1)
SyntaxEditorFixAllProvider.cs (1)
209=> _fixAllTitle ?? base.GetFixAllTitle(fixAllContext);
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\DocumentBasedFixAllProvider.cs (1)
71this.GetFixAllTitle(originalFixAllContext),