6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3474_completingTargetTypedExpression = false; 3543_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 9830_completingTargetTypedExpression = true; 9842_completingTargetTypedExpression = save_completingTargetTypedExpression; 10409_completingTargetTypedExpression = false; 10413_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3473var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3889Debug.Assert(!_completingTargetTypedExpression); 9829bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 10408bool save_completingTargetTypedExpression = _completingTargetTypedExpression;