3 writes to _pendingBlockCreate
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
123_pendingBlockCreate = false; 1131_pendingBlockCreate = true; 1139_pendingBlockCreate = true;
5 references to _pendingBlockCreate
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (5)
90Debug.Assert(!_pendingBlockCreate || (_currentBlock == null)); 129if (_pendingBlockCreate) 135Debug.Assert(!_pendingBlockCreate); 1130Debug.Assert(!_pendingBlockCreate); 1138Debug.Assert(!_pendingBlockCreate);