3 writes to _pendingBlockCreate
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
125_pendingBlockCreate = false; 1133_pendingBlockCreate = true; 1141_pendingBlockCreate = true;
5 references to _pendingBlockCreate
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (5)
92Debug.Assert(!_pendingBlockCreate || (_currentBlock == null)); 131if (_pendingBlockCreate) 137Debug.Assert(!_pendingBlockCreate); 1132Debug.Assert(!_pendingBlockCreate); 1140Debug.Assert(!_pendingBlockCreate);