6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3437_completingTargetTypedExpression = false; 3506_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 9442_completingTargetTypedExpression = true; 9454_completingTargetTypedExpression = save_completingTargetTypedExpression; 9963_completingTargetTypedExpression = false; 9967_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3436var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3825Debug.Assert(!_completingTargetTypedExpression); 9441bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 9962bool save_completingTargetTypedExpression = _completingTargetTypedExpression;