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