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