6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3090_completingTargetTypedExpression = false; 3138_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 7936_completingTargetTypedExpression = true; 7948_completingTargetTypedExpression = save_completingTargetTypedExpression; 8424_completingTargetTypedExpression = false; 8428_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3089var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3419Debug.Assert(!_completingTargetTypedExpression); 7935bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 8423bool save_completingTargetTypedExpression = _completingTargetTypedExpression;