6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3397_completingTargetTypedExpression = false; 3466_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 8967_completingTargetTypedExpression = true; 8979_completingTargetTypedExpression = save_completingTargetTypedExpression; 9482_completingTargetTypedExpression = false; 9486_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3396var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3787Debug.Assert(!_completingTargetTypedExpression); 8966bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 9481bool save_completingTargetTypedExpression = _completingTargetTypedExpression;