3 references to RunGetDocumentHighlightAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Highlights\DocumentHighlightTests.cs (3)
50
var results = await
RunGetDocumentHighlightAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
73
var results = await
RunGetDocumentHighlightAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
97
var results = await
RunGetDocumentHighlightAsync
(testLspServer, testLspServer.GetLocations("caret").Single());