1 write to Removed
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AbstractAsynchronousTaggerProvider.cs (1)
281Removed = removed ?? NormalizedSnapshotSpanCollection.Empty;
2 references to Removed
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AbstractAsynchronousTaggerProvider.cs (1)
284public int Count => Added.Count + Removed.Count;
Tagging\AbstractAsynchronousTaggerProvider.TagSource_TagsChanged.cs (1)
37_highPriTagsChangedQueue.AddWork(change.Value.Removed);