6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3413_completingTargetTypedExpression = false; 3482_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 9204_completingTargetTypedExpression = true; 9216_completingTargetTypedExpression = save_completingTargetTypedExpression; 9717_completingTargetTypedExpression = false; 9721_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3412var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3803Debug.Assert(!_completingTargetTypedExpression); 9203bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 9716bool save_completingTargetTypedExpression = _completingTargetTypedExpression;