1 write to _scopeManager
Microsoft.CodeAnalysis (1)
CodeGen\ILBuilder.cs (1)
79_scopeManager = new LocalScopeManager();
16 references to _scopeManager
Microsoft.CodeAnalysis (16)
CodeGen\ILBuilder.cs (16)
81leaderBlock = _currentBlock = _scopeManager.CreateBlock(this); 106var block = _scopeManager.CreateBlock(this); 115SwitchBlock switchBlock = _scopeManager.CreateSwitchBlock(this); 187private ExceptionHandlerScope EnclosingExceptionHandler => _scopeManager.EnclosingExceptionHandler; 210internal ImmutableArray<Cci.LocalScope> GetAllScopes() => _scopeManager.GetAllScopesWithLocals(); 222return _scopeManager.GetHoistedLocalScopes(); 227_scopeManager.FreeBasicBlocks(); 958this.RealizedExceptionHandlers = _scopeManager.GetExceptionHandlerRegions(); 1111var scope = _scopeManager.OpenScope(scopeType, exceptionType); 1147=> _scopeManager.PossiblyDefinedOutsideOfTry(local); 1154_scopeManager.FinishFilterCondition(this); 1165_scopeManager.ClosingScope(this); 1167_scopeManager.CloseScope(this); 1174_scopeManager.AddUserHoistedLocal(slotIndex); 1183_scopeManager.AddLocal(local); 1192_scopeManager.AddLocalConstant(localConstant);