4 overrides of Visit
System.Data.Entity (4)
System\Data\Common\Internal\Materialization\ColumnMapKeyBuilder.cs (1)
270internal override void Visit(VarRefColumnMap columnMap, int dummy)
System\Data\Query\InternalTrees\Dump.cs (1)
791internal override void Visit(VarRefColumnMap columnMap, Dump dumper) {
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2415internal override void Visit(VarRefColumnMap columnMap, HashSet<string> typesNeedingNullSentinel)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
98internal override void Visit(VarRefColumnMap columnMap, VarVec arg)
3 references to Visit
System.Data.Entity (3)
System\Data\Query\InternalTrees\ColumnMap.cs (1)
1069visitor.Visit(this, arg);
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2418base.Visit(columnMap, typesNeedingNullSentinel);
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
101base.Visit(columnMap, arg);