2 writes to _inCatchWithoutAwaits
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (2)
534_inCatchWithoutAwaits = true; 538_inCatchWithoutAwaits = origInCatchWithoutAwaits;
3 references to _inCatchWithoutAwaits
Microsoft.CodeAnalysis.CSharp (3)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (3)
533var origInCatchWithoutAwaits = _inCatchWithoutAwaits; 543Debug.Assert(!_inCatchWithoutAwaits); 697if (node.ExpressionOpt != null || _currentAwaitCatchFrame == null || _inCatchWithoutAwaits)