6 references to RunGetDocumentHighlightAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (6)
Highlights\DocumentHighlightTests.cs (6)
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());
167
var results = await
RunGetDocumentHighlightAsync
(testLspServer, testLspServer.GetLocations("caret").Single());