6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3255_completingTargetTypedExpression = false; 3324_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 8804_completingTargetTypedExpression = true; 8816_completingTargetTypedExpression = save_completingTargetTypedExpression; 9317_completingTargetTypedExpression = false; 9321_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3254var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3645Debug.Assert(!_completingTargetTypedExpression); 8803bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 9316bool save_completingTargetTypedExpression = _completingTargetTypedExpression;