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