6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3419_completingTargetTypedExpression = false; 3488_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 9303_completingTargetTypedExpression = true; 9315_completingTargetTypedExpression = save_completingTargetTypedExpression; 9824_completingTargetTypedExpression = false; 9828_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3418var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3809Debug.Assert(!_completingTargetTypedExpression); 9302bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 9823bool save_completingTargetTypedExpression = _completingTargetTypedExpression;