6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3439_completingTargetTypedExpression = false; 3508_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 9445_completingTargetTypedExpression = true; 9457_completingTargetTypedExpression = save_completingTargetTypedExpression; 9966_completingTargetTypedExpression = false; 9970_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3438var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3827Debug.Assert(!_completingTargetTypedExpression); 9444bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 9965bool save_completingTargetTypedExpression = _completingTargetTypedExpression;