1 write to m_values
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (1)
521m_values = values;
5 references to m_values
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (5)
545return m_values[ordinal]; 550return m_values; 566PropagatorResult[] newValues = new PropagatorResult[m_values.Length]; 570PropagatorResult newValue = m_values[i].Replace(map); 571if (!object.ReferenceEquals(newValue, m_values[i]))