11 writes to currentLabels
Microsoft.CodeAnalysis.CSharp (11)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (7)
895
this.
currentLabels
= null;
913
currentLabels
= origLabels;
922
currentLabels
= origLabels;
967
this.
currentLabels
= null;
972
this.
currentLabels
= origLabels;
983
this.
currentLabels
= null;
988
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)
894
var origLabels = this.
currentLabels
;
912
labelsInInterestingTry.Add(node,
currentLabels
);
920
if (
currentLabels
== null)
926
currentLabels
.UnionWith(origLabels);
964
var origLabels = this.
currentLabels
;
980
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
;