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