5 writes to _currentAwaitCatchFrame
Microsoft.CodeAnalysis.CSharp (5)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (5)
472_currentAwaitCatchFrame = null; 516_currentAwaitCatchFrame = origAwaitCatchFrame; 531_currentAwaitCatchFrame = parentAwaitCatchFrame; 537_currentAwaitCatchFrame = origCurrentAwaitCatchFrame; 551currentAwaitCatchFrame = _currentAwaitCatchFrame = new AwaitCatchFrame(_F, tryStatementSyntax, parentAwaitCatchFrame);
7 references to _currentAwaitCatchFrame
Microsoft.CodeAnalysis.CSharp (7)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (7)
471var origAwaitCatchFrame = _currentAwaitCatchFrame; 483var currentAwaitCatchFrame = _currentAwaitCatchFrame; 530var origCurrentAwaitCatchFrame = _currentAwaitCatchFrame; 545var currentAwaitCatchFrame = _currentAwaitCatchFrame; 683var catchFrame = _currentAwaitCatchFrame; 697if (node.ExpressionOpt != null || _currentAwaitCatchFrame == null || _inCatchWithoutAwaits) 702return Rethrow(_currentAwaitCatchFrame.pendingCaughtException);