2 references to ContentChangeEventToTextChange
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\DocumentChanges\DidChangeHandler.cs (2)
70
var newChanges = contentChanges.Reverse().SelectAsArray(change => ProtocolConversions.
ContentChangeEventToTextChange
(change, text));
77
text = text.WithChanges(ProtocolConversions.
ContentChangeEventToTextChange
(change, text));