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