4 references to BuildChangeNode
System.Data.Entity (4)
System\Data\Mapping\Update\Internal\Propagator.cs (3)
180
ChangeNode result =
BuildChangeNode
(node);
218
ChangeNode result =
BuildChangeNode
(node);
293
ChangeNode result =
BuildChangeNode
(node);
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (1)
257
ChangeNode result = Propagator.
BuildChangeNode
(m_joinExpression);