2 overrides of VisitIncludeScope
System.Data.Linq (2)
SqlClient\Query\SqlBinder.cs (1)
124
internal override SqlNode
VisitIncludeScope
(SqlIncludeScope scope) {
SqlClient\Query\SqlDuplicator.cs (1)
443
internal override SqlNode
VisitIncludeScope
(SqlIncludeScope scope) {
1 reference to VisitIncludeScope
System.Data.Linq (1)
SqlClient\Common\SqlVisitor.cs (1)
230
result = this.
VisitIncludeScope
((SqlIncludeScope)node);