10 overrides of Accept
System.Data.Entity (10)
System\Data\Query\InternalTrees\ColumnMap.cs (10)
203
internal override void
Accept
<TArgType>(ColumnMapVisitor<TArgType> visitor, TArgType arg)
313
internal override void
Accept
<TArgType>(ColumnMapVisitor<TArgType> visitor, TArgType arg)
398
internal override void
Accept
<TArgType>(ColumnMapVisitor<TArgType> visitor, TArgType arg)
490
internal override void
Accept
<TArgType>(ColumnMapVisitor<TArgType> visitor, TArgType arg)
554
internal override void
Accept
<TArgType>(ColumnMapVisitor<TArgType> visitor, TArgType arg)
617
internal override void
Accept
<TArgType>(ColumnMapVisitor<TArgType> visitor, TArgType arg)
679
internal override void
Accept
<TArgType>(ColumnMapVisitor<TArgType> visitor, TArgType arg)
782
internal override void
Accept
<TArgType>(ColumnMapVisitor<TArgType> visitor, TArgType arg)
853
internal override void
Accept
<TArgType>(ColumnMapVisitor<TArgType> visitor, TArgType arg)
1067
internal override void
Accept
<TArgType>(ColumnMapVisitor<TArgType> visitor, TArgType arg)
35 references to Accept
System.Data.Entity (35)
System\Data\Common\Internal\Materialization\ColumnMapKeyBuilder.cs (2)
57
columnMap.
Accept
(builder, 0);
138
columnMap.
Accept
(this, 0);
System\Data\Query\InternalTrees\ColumnMapVisitor.cs (22)
46
columnMap.
Accept
(this, arg);
69
entityIdentity.EntitySetColumnMap.
Accept
(this, arg);
72
columnMap.
Accept
(this, arg);
80
columnMap.
Accept
(this, arg);
93
nullSentinel.
Accept
(this, arg);
97
p.
Accept
(this, arg);
103
columnMap.Discriminator.
Accept
(this, arg);
106
fk.
Accept
(this, arg);
110
k.
Accept
(this, arg);
112
columnMap.Element.
Accept
(this, arg);
120
p.
Accept
(this, arg);
126
columnMap.TypeDiscriminator.
Accept
(this, arg);
129
cm.
Accept
(this, arg);
133
p.
Accept
(this, arg);
141
typeDiscriminator.
Accept
(this, arg);
145
typeColumnMap.
Accept
(this, arg);
149
property.
Accept
(this, arg);
158
nullSentinel.
Accept
(this, arg);
162
p.
Accept
(this, arg);
179
fk.
Accept
(this, arg);
183
k.
Accept
(this, arg);
185
columnMap.Element.
Accept
(this, arg);
System\Data\Query\InternalTrees\Dump.cs (10)
99
columnMap.
Accept
(ColumnMapDumper.Instance, dumper);
338
ci.ColumnMap.
Accept
(ColumnMapDumper.Instance, this);
612
columnMap.Element.
Accept
(this, dumper);
640
columnMap.NullSentinel.
Accept
(this, dumper);
659
columnMap.Discriminator.
Accept
(this, dumper);
689
columnMap.TypeDiscriminator.
Accept
(this, dumper);
696
tc.Value.
Accept
(this, dumper);
718
tc.Value.
Accept
(this, dumper);
737
columnMap.NullSentinel.
Accept
(this, dumper);
808
entityIdentity.EntitySetColumnMap.
Accept
(this, dumper);
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
80
columnMap.
Accept
<VarVec>(tracker, vec);