4 references to _allocated
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\InternalSyntax\SyntaxListPool.cs (4)
40Debug.Assert(!_allocated.Contains(item)); 41_allocated.Add(item); 60Debug.Assert(_allocated.Contains(item)); 62_allocated.Remove(item);