6 writes to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
3413_completingTargetTypedExpression = false; 3482_completingTargetTypedExpression = oldCompletingTargetTypedExpression; 9295_completingTargetTypedExpression = true; 9307_completingTargetTypedExpression = save_completingTargetTypedExpression; 9816_completingTargetTypedExpression = false; 9820_completingTargetTypedExpression = save_completingTargetTypedExpression;
4 references to _completingTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3412var oldCompletingTargetTypedExpression = _completingTargetTypedExpression; 3803Debug.Assert(!_completingTargetTypedExpression); 9294bool save_completingTargetTypedExpression = _completingTargetTypedExpression; 9815bool save_completingTargetTypedExpression = _completingTargetTypedExpression;