10 references to OpenDocumentAndVerifyLspTextAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (10)
Workspaces\LspWorkspaceManagerTests.cs (10)
61var firstDocument = await OpenDocumentAndVerifyLspTextAsync(firstDocumentUri, testLspServer, markupOne);
62var secondDocument = await OpenDocumentAndVerifyLspTextAsync(secondDocumentUri, testLspServer, markupTwo);
116await OpenDocumentAndVerifyLspTextAsync(firstDocumentUri, testLspServer);
151var openedDocument = await OpenDocumentAndVerifyLspTextAsync(documentUri, testLspServer, markup);
175var openedDocument = await OpenDocumentAndVerifyLspTextAsync(documentUri, testLspServer);
217await OpenDocumentAndVerifyLspTextAsync(documentUri, testLspServer, markup);
441var documentServerOne = await OpenDocumentAndVerifyLspTextAsync(documentUri, testLspServerOne, "Server one text");
665var sourceGeneratedDocument = await OpenDocumentAndVerifyLspTextAsync(sourceGeneratorDocumentUri, testLspServer, generatorText) as SourceGeneratedDocument;
681var sourceGeneratedDocument = await OpenDocumentAndVerifyLspTextAsync(sourceGeneratorDocumentUri, testLspServer, lspGeneratedText) as SourceGeneratedDocument;
697var sourceGeneratedDocument = await OpenDocumentAndVerifyLspTextAsync(sourceGeneratorDocumentUri, testLspServer, generatorText) as SourceGeneratedDocument;