3 references to Accumulate
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (2)
92
: this.AccumulatedTextChanges.
Accumulate
(SpecializedCollections.SingletonEnumerable(textChangeRange));
103
this.AccumulatedTextChanges = this.AccumulatedTextChanges.
Accumulate
(textChangeRanges);
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Extensions.SnapshotSourceText.cs (1)
421
range = range.
Accumulate
(changes);