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)
32var result = await service.GetLocationsAsync(document, new TextSpan(0, text.Length), CancellationToken.None);
Microsoft.CodeAnalysis.Workspaces (1)
Classification\AbstractClassificationService.cs (1)
165var reassignedVariableSpans = await reassignedVariableService.GetLocationsAsync(document, textSpan, cancellationToken).ConfigureAwait(false);