2 overrides of GetFixAllSpansIfWithinGlobalStatementAsync
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
LanguageServices\FixAllSpanMappingService\CSharpFixAllSpanMappingService.cs (1)
28
protected override async Task<ImmutableDictionary<Document, ImmutableArray<TextSpan>>>
GetFixAllSpansIfWithinGlobalStatementAsync
(
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
LanguageServices\FixAllSpanMappingService\VisualBasicFixAllSpanMappingService.vb (1)
22
Protected Overrides Function
GetFixAllSpansIfWithinGlobalStatementAsync
(document As Document, diagnosticSpan As TextSpan, cancellationToken As CancellationToken) As Task(Of ImmutableDictionary(Of Document, ImmutableArray(Of TextSpan)))
1 reference to GetFixAllSpansIfWithinGlobalStatementAsync
Microsoft.CodeAnalysis.Workspaces (1)
LanguageServices\FixAllSpanMappingService\AbstractFixAllSpanMappingService.cs (1)
36
return await
GetFixAllSpansIfWithinGlobalStatementAsync
(document, span, cancellationToken).ConfigureAwait(false);