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