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