3 references to GetAnnotatedLocationsAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
LanguageServer\AbstractLanguageServerProtocolTests.cs (2)
541var locations = await GetAnnotatedLocationsAsync(testWorkspace, testWorkspace.CurrentSolution); 563var locations = await GetAnnotatedLocationsAsync(testWorkspace, testWorkspace.CurrentSolution);
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (1)
FoldingRangeTests.vb (1)
56Dim annotatedLocations = Await AbstractLanguageServerProtocolTests.GetAnnotatedLocationsAsync(workspace, workspace.CurrentSolution)