3 references to GetChanges
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (2)
341
args.SubjectBuffer.ApplyChanges(newDocument.
GetChanges
(document));
386
args.SubjectBuffer.ApplyChanges(newDocument.
GetChanges
(document));
SplitStringLiteral\SplitStringLiteralCommandHandler.cs (1)
103
var newSnapshot = subjectBuffer.ApplyChanges(newDocument.
GetChanges
(parsedDocument));