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