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