1 instantiation of Propagator
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\Propagator.cs (1)
101
DbExpressionVisitor<ChangeNode> propagator = new
Propagator
(parent, table);
11 references to Propagator
System.Data.Entity (11)
System\Data\Mapping\Update\Internal\Propagator.cs (1)
66
private static readonly string s_visitorName = typeof(
Propagator
).FullName;
System\Data\Mapping\Update\Internal\Propagator.Evaluator.cs (5)
62
private Evaluator(PropagatorResult row,
Propagator
parent)
74
private
Propagator
m_parent;
93
internal static IEnumerable<PropagatorResult> Filter(DbExpression predicate, IEnumerable<PropagatorResult> rows,
Propagator
parent)
114
internal static bool EvaluatePredicate(DbExpression predicate, PropagatorResult row,
Propagator
parent)
132
static internal PropagatorResult Evaluate(DbExpression node, PropagatorResult row,
Propagator
parent)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (4)
52
internal JoinPropagator(ChangeNode left, ChangeNode right, DbJoinExpression node,
Propagator
parent)
101
private readonly
Propagator
m_parent;
257
ChangeNode result =
Propagator
.BuildChangeNode(m_joinExpression);
480
private static CompositeKey ExtractKey(PropagatorResult change, ReadOnlyCollection<DbExpression> keySelectors,
Propagator
parent)
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
666
ChangeNode changeNode =
Propagator
.Propagate(this, table, umView);