6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3316_completingTargetTypedExpression = false; 3385_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 8865_completingTargetTypedExpression = true; 8877_completingTargetTypedExpression = save_completingTargetTypedExpression; 9378_completingTargetTypedExpression = false; 9382_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3315var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3706Debug.Assert(!_completingTargetTypedExpression); 8864bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 9377bool save_completingTargetTypedExpression = _completingTargetTypedExpression;