2 references to Added
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AbstractAsynchronousTaggerProvider.cs (1)
283public int Count => Added.Count + Removed.Count;
Tagging\AbstractAsynchronousTaggerProvider.TagSource_TagsChanged.cs (1)
40addedTagsQueue.AddWork(change.Value.Added);