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