6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3483_completingTargetTypedExpression = false; 3552_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 9857_completingTargetTypedExpression = true; 9869_completingTargetTypedExpression = save_completingTargetTypedExpression; 10436_completingTargetTypedExpression = false; 10440_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3482var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3898Debug.Assert(!_completingTargetTypedExpression); 9856bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 10435bool save_completingTargetTypedExpression = _completingTargetTypedExpression;