11 writes to currentLabels
Microsoft.CodeAnalysis.CSharp (11)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (7)
882
this.
currentLabels
= null;
900
currentLabels
= origLabels;
909
currentLabels
= origLabels;
954
this.
currentLabels
= null;
959
this.
currentLabels
= origLabels;
970
this.
currentLabels
= null;
975
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)
881
var origLabels = this.
currentLabels
;
899
labelsInInterestingTry.Add(node,
currentLabels
);
907
if (
currentLabels
== null)
913
currentLabels
.UnionWith(origLabels);
951
var origLabels = this.
currentLabels
;
967
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
;