1 write to _tagSpanSetPool
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (1)
156_tagSpanSetPool = new ObjectPool<HashSet<TagSpan<TTag>>>(() => new HashSet<TagSpan<TTag>>(this), trimOnFree: false);
2 references to _tagSpanSetPool
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (2)
99using var _3 = _tagSpanSetPool.GetPooledObject(out var allTagsSet); 539using var _1 = _tagSpanSetPool.GetPooledObject(out var nonIntersectingOldTags);