6 references to GetFixAsync
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorFixAllProvider.cs (1)
34return DefaultFixAllProviderHelpers.GetFixAsync(
src\Analyzers\CSharp\CodeFixes\UseSystemThreadingLock\CSharpUseSystemThreadingLockFixAllProvider.cs (1)
26return DefaultFixAllProviderHelpers.GetFixAsync(
Microsoft.CodeAnalysis.Features (1)
UseAutoProperty\UseAutoPropertyFixAllProvider.cs (1)
28=> DefaultFixAllProviderHelpers.GetFixAsync(
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (1)
34=> DefaultFixAllProviderHelpers.GetFixAsync(
CodeFixes\FixAllOccurrences\DocumentBasedFixAllProvider.cs (1)
64=> DefaultFixAllProviderHelpers.GetFixAsync(
CodeRefactorings\FixAllOccurences\DocumentBasedFixAllProvider.cs (1)
65=> DefaultFixAllProviderHelpers.GetFixAsync(