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