4 writes to _currentBlock
Microsoft.CodeAnalysis (4)
CodeGen\ILBuilder.cs (4)
79leaderBlock = _currentBlock = _scopeManager.CreateBlock(this); 120_currentBlock = block; 146_currentBlock = null; 200_currentBlock = null;
9 references to _currentBlock
Microsoft.CodeAnalysis (9)
CodeGen\ILBuilder.cs (8)
90Debug.Assert(!_pendingBlockCreate || (_currentBlock == null)); 92if (_currentBlock == null) 97return _currentBlock; 102Debug.Assert(_currentBlock == null); 131Debug.Assert(_currentBlock == null); 134Debug.Assert(_currentBlock != null); 143if (_currentBlock != null) 145_lastCompleteBlock = _currentBlock;
CodeGen\LocalScopeManager.cs (1)
732Debug.Assert(builder._currentBlock == builder._labelInfos[_endLabel].bb);