6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3436_completingTargetTypedExpression = false; 3505_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 9441_completingTargetTypedExpression = true; 9453_completingTargetTypedExpression = save_completingTargetTypedExpression; 9962_completingTargetTypedExpression = false; 9966_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3435var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3824Debug.Assert(!_completingTargetTypedExpression); 9440bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 9961bool save_completingTargetTypedExpression = _completingTargetTypedExpression;