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