1 override of GetFixAllSpansIfWithinGlobalStatementAsync
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
LanguageServices\FixAllSpanMappingService\CSharpFixAllSpanMappingService.cs (1)
28protected override async Task<ImmutableDictionary<Document, ImmutableArray<TextSpan>>> GetFixAllSpansIfWithinGlobalStatementAsync(
1 reference to GetFixAllSpansIfWithinGlobalStatementAsync
Microsoft.CodeAnalysis.Workspaces (1)
LanguageServices\FixAllSpanMappingService\AbstractFixAllSpanMappingService.cs (1)
37return await GetFixAllSpansIfWithinGlobalStatementAsync(document, span, cancellationToken).ConfigureAwait(false);