6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3438_completingTargetTypedExpression = false; 3507_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 9794_completingTargetTypedExpression = true; 9806_completingTargetTypedExpression = save_completingTargetTypedExpression; 10374_completingTargetTypedExpression = false; 10378_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3437var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3853Debug.Assert(!_completingTargetTypedExpression); 9793bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 10373bool save_completingTargetTypedExpression = _completingTargetTypedExpression;