6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3437_completingTargetTypedExpression = false; 3506_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 9609_completingTargetTypedExpression = true; 9621_completingTargetTypedExpression = save_completingTargetTypedExpression; 10130_completingTargetTypedExpression = false; 10134_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3436var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3825Debug.Assert(!_completingTargetTypedExpression); 9608bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 10129bool save_completingTargetTypedExpression = _completingTargetTypedExpression;