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)
323
await
InsertTextAsync
(testLspServer, document, text.Length, "}");
343
await
InsertTextAsync
(testLspServer, document, position: 0, text: " ");