2 references to UnmodifiedStructuralValue
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (2)
510
return new
UnmodifiedStructuralValue
(values, structuralType);
599
return null == newValues ? this : new
UnmodifiedStructuralValue
(newValues, m_structuralType);