5 references to InsertInClosedDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
Diagnostics\PullDiagnosticTests.cs (4)
1093
await
InsertInClosedDocumentAsync
(testLspServer, testLspServer.TestWorkspace.Documents.First().Id, "}");
1133
await
InsertInClosedDocumentAsync
(testLspServer, testLspServer.TestWorkspace.Documents.First().Id, "}");
1669
await
InsertInClosedDocumentAsync
(testLspServer, testLspServer.TestWorkspace.Documents.First().Id, "}");
1696
await
InsertInClosedDocumentAsync
(testLspServer, testLspServer.TestWorkspace.Documents.First().Id, " ", position: 0);
SpellCheck\SpellCheckTests.cs (1)
511
await PullDiagnosticTests.
InsertInClosedDocumentAsync
(testLspServer, document.Id, "// comment");