5 writes to _pendingValue
System.Linq.Expressions (5)
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (5)
52
_pendingValue
= Interpreter.NoValue;
232
_pendingValue
= Interpreter.NoValue;
242
_pendingValue
= Interpreter.NoValue;
247
_pendingValue
= Pop();
270
_pendingValue
= value;
3 references to _pendingValue
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (3)
225
if (
_pendingValue
!= Interpreter.NoValue)
227
Data[StackIndex - 1] =
_pendingValue
;
239
Push(
_pendingValue
);