1 write to _scopeManager
Microsoft.CodeAnalysis (1)
CodeGen\ILBuilder.cs (1)
77_scopeManager = new LocalScopeManager();
16 references to _scopeManager
Microsoft.CodeAnalysis (16)
CodeGen\ILBuilder.cs (16)
79leaderBlock = _currentBlock = _scopeManager.CreateBlock(this); 104var block = _scopeManager.CreateBlock(this); 113SwitchBlock switchBlock = _scopeManager.CreateSwitchBlock(this); 185private ExceptionHandlerScope EnclosingExceptionHandler => _scopeManager.EnclosingExceptionHandler; 208internal ImmutableArray<Cci.LocalScope> GetAllScopes() => _scopeManager.GetAllScopesWithLocals(); 220return _scopeManager.GetHoistedLocalScopes(); 225_scopeManager.FreeBasicBlocks(); 969this.RealizedExceptionHandlers = _scopeManager.GetExceptionHandlerRegions(); 1122var scope = _scopeManager.OpenScope(scopeType, exceptionType); 1158=> _scopeManager.PossiblyDefinedOutsideOfTry(local); 1165_scopeManager.FinishFilterCondition(this); 1176_scopeManager.ClosingScope(this); 1178_scopeManager.CloseScope(this); 1185_scopeManager.AddUserHoistedLocal(slotIndex); 1194_scopeManager.AddLocal(local); 1203_scopeManager.AddLocalConstant(localConstant);