1 write to proxyLabels
Microsoft.CodeAnalysis.CSharp (1)
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.IteratorFinallyFrame.cs (1)
109
this.
proxyLabels
= proxyLabels = new Dictionary<LabelSymbol, LabelSymbol>();
3 references to proxyLabels
Microsoft.CodeAnalysis.CSharp (3)
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (2)
436
if (frame.
proxyLabels
!= null)
442
foreach (var p in frame.
proxyLabels
)
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.IteratorFinallyFrame.cs (1)
106
var proxyLabels = this.
proxyLabels
;