4 references to GetDefinitionsAsync
Microsoft.CodeAnalysis.EditorFeatures (4)
GoToDefinition\GoToDefinitionHelpers.cs (1)
41var definitions = await GoToDefinitionFeatureHelpers.GetDefinitionsAsync(
Navigation\AbstractDefinitionLocationService.cs (3)
93var regularDefinitions = await GoToDefinitionFeatureHelpers.GetDefinitionsAsync( 119return await GoToDefinitionFeatureHelpers.GetDefinitionsAsync( 162builder.AddRange(await GoToDefinitionFeatureHelpers.GetDefinitionsAsync(