4 references to _allocated
Microsoft.CodeAnalysis (4)
Syntax\InternalSyntax\SyntaxListPool.cs (4)
40
Debug.Assert(!
_allocated
.Contains(item));
41
_allocated
.Add(item);
72
Debug.Assert(
_allocated
.Contains(item));
74
_allocated
.Remove(item);