1 implementation of GetLocationsAsync
Microsoft.CodeAnalysis.Workspaces (1)
ReassignedVariable\AbstractReassignedVariableService.cs (1)
39public async Task<ImmutableArray<TextSpan>> GetLocationsAsync(
2 references to GetLocationsAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
ReassignedVariable\AbstractReassignedVariableTests.cs (1)
37var result = await service.GetLocationsAsync(document, textSpans, CancellationToken.None);
Microsoft.CodeAnalysis.Workspaces (1)
Classification\AbstractClassificationService.cs (1)
156var reassignedVariableSpans = await reassignedVariableService.GetLocationsAsync(document, textSpans, cancellationToken).ConfigureAwait(false);