6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3413_completingTargetTypedExpression = false; 3482_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 9100_completingTargetTypedExpression = true; 9112_completingTargetTypedExpression = save_completingTargetTypedExpression; 9613_completingTargetTypedExpression = false; 9617_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3412var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3803Debug.Assert(!_completingTargetTypedExpression); 9099bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 9612bool save_completingTargetTypedExpression = _completingTargetTypedExpression;