1 override of GetFixAllSpansIfWithinGlobalStatementAsync
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeFixesAndRefactorings\CSharpFixAllSpanMappingService.cs (1)
24
protected override async Task<ImmutableDictionary<Document, ImmutableArray<TextSpan>>>
GetFixAllSpansIfWithinGlobalStatementAsync
(
1 reference to GetFixAllSpansIfWithinGlobalStatementAsync
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\AbstractFixAllSpanMappingService.cs (1)
37
return await
GetFixAllSpansIfWithinGlobalStatementAsync
(document, span, cancellationToken).ConfigureAwait(false);