3 writes to _pendingBlockCreate
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
121_pendingBlockCreate = false; 1129_pendingBlockCreate = true; 1137_pendingBlockCreate = true;
5 references to _pendingBlockCreate
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (5)
88Debug.Assert(!_pendingBlockCreate || (_currentBlock == null)); 127if (_pendingBlockCreate) 133Debug.Assert(!_pendingBlockCreate); 1128Debug.Assert(!_pendingBlockCreate); 1136Debug.Assert(!_pendingBlockCreate);