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