1 write to TextEdit
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SimplifyMethod\SimplifyMethodTests.cs (1)
59
TextEdit
= new TextEdit() { Range = location.Range, NewText = newText },
1 reference to TextEdit
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
ExternalAccess\Razor\SimplifyMethodHandler.cs (1)
46
var textEdit = request.
TextEdit
;