8 references to _labelsInScope
Microsoft.CodeAnalysis.CSharp (8)
Lowering\ClosureConversion\ClosureConversion.Analysis.Tree.cs (8)
343
_labelsInScope
.Push(ArrayBuilder<LabelSymbol>.GetInstance());
389
Debug.Assert(
_labelsInScope
.Count == 1);
390
var labels =
_labelsInScope
.Pop();
392
_labelsInScope
.Free();
505
_labelsInScope
.Peek().Add(node.Label);
714
foreach (var label in
_labelsInScope
.Peek())
719
_labelsInScope
.Push(ArrayBuilder<LabelSymbol>.GetInstance());
752
var labels =
_labelsInScope
.Pop();