2 writes to _pendingIsNull
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\RecordState.cs (2)
258
_pendingIsNull
= false;
296
_pendingIsNull
= true;
1 reference to _pendingIsNull
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\RecordState.cs (1)
87
_currentIsNull =
_pendingIsNull
;