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