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