6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3218_completingTargetTypedExpression = false; 3266_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 8648_completingTargetTypedExpression = true; 8660_completingTargetTypedExpression = save_completingTargetTypedExpression; 9151_completingTargetTypedExpression = false; 9155_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3217var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3569Debug.Assert(!_completingTargetTypedExpression); 8647bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 9150bool save_completingTargetTypedExpression = _completingTargetTypedExpression;