6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3413_completingTargetTypedExpression = false; 3482_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 9150_completingTargetTypedExpression = true; 9162_completingTargetTypedExpression = save_completingTargetTypedExpression; 9663_completingTargetTypedExpression = false; 9667_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3412var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3803Debug.Assert(!_completingTargetTypedExpression); 9149bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 9662bool save_completingTargetTypedExpression = _completingTargetTypedExpression;