2 writes to _inCatchWithoutAwaits
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (2)
594_inCatchWithoutAwaits = true; 598_inCatchWithoutAwaits = origInCatchWithoutAwaits;
3 references to _inCatchWithoutAwaits
Microsoft.CodeAnalysis.CSharp (3)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (3)
593var origInCatchWithoutAwaits = _inCatchWithoutAwaits; 603Debug.Assert(!_inCatchWithoutAwaits); 757if (node.ExpressionOpt != null || _currentAwaitCatchFrame == null || _inCatchWithoutAwaits)