2 references to GetChangeRanges
Microsoft.CodeAnalysis.EditorFeatures.Text (2)
Extensions.SnapshotSourceText.cs (2)
307
return
GetChangeRanges
(_baseSnapshot, _baseSnapshot.Length, this.TextImage);
344
return
GetChangeRanges
(oldSnapshot, oldText.Length, newSnapshot);