2 references to GetChangeRanges
Microsoft.CodeAnalysis.EditorFeatures.Text (2)
Extensions.SnapshotSourceText.cs (2)
306
return
GetChangeRanges
(_baseTextImage, _baseTextImage.Length, this.TextImage);
343
return
GetChangeRanges
(oldSnapshot, oldText.Length, newSnapshot);