1 reference to GetSymbolDefinitionLocationsAsync
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Definitions\GoToDefinitionHandler.cs (1)
99
locations.AddRange(await
GetSymbolDefinitionLocationsAsync
(symbolDefinition, context, _metadataAsSourceFileService, _globalOptions, cancellationToken).ConfigureAwait(false));