2 references to FixAllInDocumentAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
AbstractChangeNamespaceToMatchFolderCodeFixProvider.cs (1)
33
cancellationToken =>
FixAllInDocumentAsync
(context.Document, context.Diagnostics,
AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
99
newSolution = await
FixAllInDocumentAsync
(document, diagnosticsInTree, options, cancellationToken).ConfigureAwait(false);