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