8 references to _labelsInScope
Microsoft.CodeAnalysis.CSharp (8)
Lowering\ClosureConversion\ClosureConversion.Analysis.Tree.cs (8)
361
_labelsInScope
.Push(ArrayBuilder<LabelSymbol>.GetInstance());
407
Debug.Assert(
_labelsInScope
.Count == 1);
408
var labels =
_labelsInScope
.Pop();
410
_labelsInScope
.Free();
524
_labelsInScope
.Peek().Add(node.Label);
734
foreach (var label in
_labelsInScope
.Peek())
739
_labelsInScope
.Push(ArrayBuilder<LabelSymbol>.GetInstance());
772
var labels =
_labelsInScope
.Pop();