1 write to m_structuralType
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (1)
522m_structuralType = structuralType;
3 references to m_structuralType
System.Data.Entity (3)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (3)
540get { return m_structuralType; } 561return null == newValues ? this : new StructuralValue(newValues, m_structuralType); 599return null == newValues ? this : new UnmodifiedStructuralValue(newValues, m_structuralType);