11 writes to currentLabels
Microsoft.CodeAnalysis.CSharp (11)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (7)
775
this.
currentLabels
= null;
793
currentLabels
= origLabels;
802
currentLabels
= origLabels;
847
this.
currentLabels
= null;
852
this.
currentLabels
= origLabels;
863
this.
currentLabels
= null;
868
this.
currentLabels
= origLabels;
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.YieldsInTryAnalysis.cs (4)
66
this.
currentLabels
= null;
81
currentLabels
= origLabels;
90
currentLabels
= origLabels;
137
this.
currentLabels
= currentLabels = new HashSet<LabelSymbol>();
11 references to currentLabels
Microsoft.CodeAnalysis.CSharp (11)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (6)
774
var origLabels = this.
currentLabels
;
792
labelsInInterestingTry.Add(node,
currentLabels
);
800
if (
currentLabels
== null)
806
currentLabels
.UnionWith(origLabels);
844
var origLabels = this.
currentLabels
;
860
var origLabels = this.
currentLabels
;
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.YieldsInTryAnalysis.cs (5)
62
var origLabels = this.
currentLabels
;
80
yieldingTryLabels.Add(node,
currentLabels
);
88
if (
currentLabels
== null)
94
currentLabels
.UnionWith(origLabels);
134
var currentLabels = this.
currentLabels
;