private void RaiseTagsChanged(
     ICollection <KeyValuePair <ITextBuffer, DiffResult> > collection,
     bool initialTags
     )
 {
     TagsChangedForBuffer?.Invoke(collection, initialTags);
 }
Example #2
0
 private void RaiseTagsChanged(ICollection <KeyValuePair <ITextBuffer, NormalizedSnapshotSpanCollection> > collection)
 {
     TagsChangedForBuffer?.Invoke(collection);
 }