4 references to ReplaceTextAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
LanguageServer\AbstractLanguageServerProtocolTests.cs (2)
621
return
ReplaceTextAsync
(documentUri, changes.Select(change => (new LSP.Range
638
return
ReplaceTextAsync
(documentUri, changes.Select(change => (new LSP.Range
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Diagnostics\PullDiagnosticTests.cs (2)
560
await testLspServer.
ReplaceTextAsync
(csproj2Document.GetURI(), (locationToReplace, "B"));
607
await testLspServer.
ReplaceTextAsync
(csproj2Document.GetURI(), (locationToReplace, "B"));