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)
331
if (
_nestedScopes
== null)
335
_nestedScopes
.Add(scope);
417
if (
_nestedScopes
!= null)
419
for (int i = 0, cnt =
_nestedScopes
.Count; i < cnt; i++)
421
_nestedScopes
[i].GetExceptionHandlerRegions(regions);
449
if (
_nestedScopes
!= null)
451
ScopeBounds nestedBounds = GetLocalScopes(result,
_nestedScopes
);
494
if (
_nestedScopes
!= null)
496
ScopeBounds nestedBounds = GetHoistedLocalScopes(result,
_nestedScopes
);
530
if (
_nestedScopes
!= null)
532
for (int i = 0, cnt =
_nestedScopes
.Count; i < cnt; i++)
534
_nestedScopes
[i].FreeBasicBlocks();