6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3469_completingTargetTypedExpression = false; 3538_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 9843_completingTargetTypedExpression = true; 9855_completingTargetTypedExpression = save_completingTargetTypedExpression; 10422_completingTargetTypedExpression = false; 10426_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3468var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3884Debug.Assert(!_completingTargetTypedExpression); 9842bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 10421bool save_completingTargetTypedExpression = _completingTargetTypedExpression;