4 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)
23
protected override string
GetFixAllTitle
(FixAllContext fixAllContext)
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DoNotDirectlyAwaitATask.Fixer.cs (1)
82
protected override string
GetFixAllTitle
(FixAllContext fixAllContext)
Microsoft.NetCore.Analyzers\Runtime\UseExceptionThrowHelpersFixer.cs (1)
129
protected override string
GetFixAllTitle
(FixAllContext fixAllContext)
1 reference to GetFixAllTitle
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\DocumentBasedFixAllProvider.cs (1)
71
this.
GetFixAllTitle
(originalFixAllContext),