2 references to FixAllInDocumentAsync
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\CodeFixes\MatchFolderAndNamespace\AbstractChangeNamespaceToMatchFolderCodeFixProvider.cs (1)
33
cancellationToken =>
FixAllInDocumentAsync
(context.Document, context.Diagnostics,
src\Analyzers\Core\CodeFixes\MatchFolderAndNamespace\AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
91
newSolution = await
FixAllInDocumentAsync
(document, diagnosticsInTree, cancellationToken).ConfigureAwait(false);