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