1 write to m_value
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (1)
270
m_value
= value ?? DBNull.Value;
8 references to m_value
System.Data.Entity (8)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (8)
292
return NullIdentifier == this.Identifier && DBNull.Value ==
m_value
;
298
return
m_value
;
303
return new SimpleValue(flags,
m_value
);
347
return new ServerGenSimpleValue(flags,
m_value
, Record, RecordOrdinal);
406
return new KeyValue(flags,
m_value
, StateEntry, Identifier, m_next);
421
return new KeyValue(this.PropagatorFlags,
m_value
, m_stateEntry, m_identifier, next);
483
return new ServerGenKeyValue(flags,
m_value
, this.StateEntry, this.Identifier, this.RecordOrdinal, m_next);
498
return new ServerGenKeyValue(PropagatorFlags,
m_value
, StateEntry, Identifier, RecordOrdinal, next);