1 write to proxyLabels
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
1042
this.
proxyLabels
= proxyLabels = new Dictionary<LabelSymbol, LabelSymbol>();
2 references to proxyLabels
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (2)
292
var proxyLabels = frame.
proxyLabels
;
1038
var proxyLabels = this.
proxyLabels
;