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