4 writes to _currentBlock
Microsoft.CodeAnalysis (4)
CodeGen\ILBuilder.cs (4)
77leaderBlock = _currentBlock = _scopeManager.CreateBlock(this); 118_currentBlock = block; 144_currentBlock = null; 198_currentBlock = null;
9 references to _currentBlock
Microsoft.CodeAnalysis (9)
CodeGen\ILBuilder.cs (8)
88Debug.Assert(!_pendingBlockCreate || (_currentBlock == null)); 90if (_currentBlock == null) 95return _currentBlock; 100Debug.Assert(_currentBlock == null); 129Debug.Assert(_currentBlock == null); 132Debug.Assert(_currentBlock != null); 141if (_currentBlock != null) 143_lastCompleteBlock = _currentBlock;
CodeGen\LocalScopeManager.cs (1)
732Debug.Assert(builder._currentBlock == builder._labelInfos[_endLabel].bb);