3 writes to _pendingBlockCreate
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
125_pendingBlockCreate = false; 1120_pendingBlockCreate = true; 1128_pendingBlockCreate = true;
5 references to _pendingBlockCreate
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (5)
92Debug.Assert(!_pendingBlockCreate || (_currentBlock == null)); 131if (_pendingBlockCreate) 137Debug.Assert(!_pendingBlockCreate); 1119Debug.Assert(!_pendingBlockCreate); 1127Debug.Assert(!_pendingBlockCreate);