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