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