6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3318_completingTargetTypedExpression = false; 3387_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 8876_completingTargetTypedExpression = true; 8888_completingTargetTypedExpression = save_completingTargetTypedExpression; 9389_completingTargetTypedExpression = false; 9393_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3317var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3708Debug.Assert(!_completingTargetTypedExpression); 8875bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 9388bool save_completingTargetTypedExpression = _completingTargetTypedExpression;