Base:
method
Accept<TArgType>
System.Data.Query.InternalTrees.ColumnMap.Accept<TArgType>(System.Data.Query.InternalTrees.ColumnMapVisitor<TArgType>, TArgType)
2 references to Accept
System.Data.Entity (2)
System\Data\Query\InternalTrees\Dump.cs (1)
405
op.ColumnMap.
Accept
(ColumnMapDumper.Instance, this);
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
200
ppOp.ColumnMap.
Accept
(StructuredTypeNullabilityAnalyzer.Instance, m_typesNeedingNullSentinel);