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