7 references to OpenDocumentAndVerifyLspTextAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (7)
Workspaces\LspWorkspaceManagerTests.cs (7)
63var firstDocument = await OpenDocumentAndVerifyLspTextAsync(firstDocumentUri, testLspServer, markupOne);
64var secondDocument = await OpenDocumentAndVerifyLspTextAsync(secondDocumentUri, testLspServer, markupTwo);
105await OpenDocumentAndVerifyLspTextAsync(firstDocumentUri, testLspServer);
130var openedDocument = await OpenDocumentAndVerifyLspTextAsync(documentUri, testLspServer, markup);
154var openedDocument = await OpenDocumentAndVerifyLspTextAsync(documentUri, testLspServer);
178await OpenDocumentAndVerifyLspTextAsync(documentUri, testLspServer, markup);
445var documentServerOne = await OpenDocumentAndVerifyLspTextAsync(documentUri, testLspServerOne, "Server one text");