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)
99
using var _3 =
_tagSpanSetPool
.GetPooledObject(out var allTagsSet);
552
using var _1 =
_tagSpanSetPool
.GetPooledObject(out var nonIntersectingOldTags);