2 references to GetDefinitionsAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
GoToDefinition\AbstractGoToDefinitionService.cs (1)
128builder.AddRange(await GoToDefinitionHelpers.GetDefinitionsAsync(
GoToDefinition\GoToDefinitionHelpers.cs (1)
134var definitions = await GetDefinitionsAsync(symbol, solution, thirdPartyNavigationAllowed, cancellationToken).ConfigureAwait(false);