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