1 write to _nestedScopes
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
333_nestedScopes = ImmutableArray.CreateBuilder<ScopeInfo>(1);
12 references to _nestedScopes
Microsoft.CodeAnalysis (12)
CodeGen\LocalScopeManager.cs (12)
331if (_nestedScopes == null) 335_nestedScopes.Add(scope); 417if (_nestedScopes != null) 419for (int i = 0, cnt = _nestedScopes.Count; i < cnt; i++) 421_nestedScopes[i].GetExceptionHandlerRegions(regions); 449if (_nestedScopes != null) 451ScopeBounds nestedBounds = GetLocalScopes(result, _nestedScopes); 494if (_nestedScopes != null) 496ScopeBounds nestedBounds = GetHoistedLocalScopes(result, _nestedScopes); 530if (_nestedScopes != null) 532for (int i = 0, cnt = _nestedScopes.Count; i < cnt; i++) 534_nestedScopes[i].FreeBasicBlocks();