4 writes to _currentBlock
Microsoft.CodeAnalysis (4)
CodeGen\ILBuilder.cs (4)
81leaderBlock = _currentBlock = _scopeManager.CreateBlock(this); 122_currentBlock = block; 148_currentBlock = null; 202_currentBlock = null;
9 references to _currentBlock
Microsoft.CodeAnalysis (9)
CodeGen\ILBuilder.cs (8)
92Debug.Assert(!_pendingBlockCreate || (_currentBlock == null)); 94if (_currentBlock == null) 99return _currentBlock; 104Debug.Assert(_currentBlock == null); 133Debug.Assert(_currentBlock == null); 136Debug.Assert(_currentBlock != null); 145if (_currentBlock != null) 147_lastCompleteBlock = _currentBlock;
CodeGen\LocalScopeManager.cs (1)
730Debug.Assert(builder._currentBlock == builder._labelInfos[_endLabel].bb);