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