1 reference to GetLocationsAsync
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Definitions\GoToDefinitionHandler.cs (1)
78
foreach (var location in await this.
GetLocationsAsync
(definition, document, solution, cancellationToken).ConfigureAwait(false))