1 write to _set
Microsoft.CodeAnalysis.Workspaces (1)
Classification\SyntaxClassification\AbstractSyntaxClassificationService.Worker.cs (1)
52_set = SharedPools.Default<SegmentedHashSet<ClassifiedSpan>>().AllocateAndClear();
4 references to _set
Microsoft.CodeAnalysis.Workspaces (4)
Classification\SyntaxClassification\AbstractSyntaxClassificationService.Worker.cs (4)
80_set.Clear(); 82SharedPools.Default<SegmentedHashSet<ClassifiedSpan>>().Free(_set); 90if (!_set.Contains(tuple)) 93_set.Add(tuple);