3 references to InsertTextAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Diagnostics\DiagnosticsPullCacheTests.cs (1)
43
await
InsertTextAsync
(testLspServer, document, position: 0, text: " ");
Diagnostics\PullDiagnosticTests.cs (2)
336
await
InsertTextAsync
(testLspServer, document, text.Length, "}");
356
await
InsertTextAsync
(testLspServer, document, position: 0, text: " ");