5 references to InsertInClosedDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
Diagnostics\PullDiagnosticTests.cs (4)
1024
await
InsertInClosedDocumentAsync
(testLspServer, testLspServer.TestWorkspace.Documents.First().Id, "}");
1064
await
InsertInClosedDocumentAsync
(testLspServer, testLspServer.TestWorkspace.Documents.First().Id, "}");
1542
await
InsertInClosedDocumentAsync
(testLspServer, testLspServer.TestWorkspace.Documents.First().Id, "}");
1569
await
InsertInClosedDocumentAsync
(testLspServer, testLspServer.TestWorkspace.Documents.First().Id, " ", position: 0);
SpellCheck\SpellCheckTests.cs (1)
508
await PullDiagnosticTests.
InsertInClosedDocumentAsync
(testLspServer, document.Id, "// comment");