1 implementation of GetLocationsAsync
Microsoft.CodeAnalysis.Workspaces (1)
ReassignedVariable\AbstractReassignedVariableService.cs (1)
39
public async Task<ImmutableArray<TextSpan>>
GetLocationsAsync
(
1 reference to GetLocationsAsync
Microsoft.CodeAnalysis.Workspaces (1)
Classification\AbstractClassificationService.cs (1)
157
var reassignedVariableSpans = await reassignedVariableService.
GetLocationsAsync
(document, textSpans, cancellationToken).ConfigureAwait(false);