5 references to RunGetDocumentHighlightAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
Highlights\DocumentHighlightTests.cs (5)
47
var results = await
RunGetDocumentHighlightAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
70
var results = await
RunGetDocumentHighlightAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
94
var results = await
RunGetDocumentHighlightAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
115
var results = await
RunGetDocumentHighlightAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
143
var results = await
RunGetDocumentHighlightAsync
(testLspServer, testLspServer.GetLocations("caret").Single());