3 writes to _pendingBlockCreate
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
129_pendingBlockCreate = false; 1143_pendingBlockCreate = true; 1151_pendingBlockCreate = true;
5 references to _pendingBlockCreate
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (5)
91Debug.Assert(!_pendingBlockCreate || (_currentBlock == null)); 135if (_pendingBlockCreate) 141Debug.Assert(!_pendingBlockCreate); 1142Debug.Assert(!_pendingBlockCreate); 1150Debug.Assert(!_pendingBlockCreate);