11 writes to currentLabels
Microsoft.CodeAnalysis.CSharp (11)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (7)
808
this.
currentLabels
= null;
826
currentLabels
= origLabels;
835
currentLabels
= origLabels;
880
this.
currentLabels
= null;
885
this.
currentLabels
= origLabels;
896
this.
currentLabels
= null;
901
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)
807
var origLabels = this.
currentLabels
;
825
labelsInInterestingTry.Add(node,
currentLabels
);
833
if (
currentLabels
== null)
839
currentLabels
.UnionWith(origLabels);
877
var origLabels = this.
currentLabels
;
893
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
;