2 instantiations of SqlIncludeScope
System.Data.Linq (2)
SqlClient\Query\QueryConverter.cs (1)
119retNode = new SqlIncludeScope(retNode, this.dominatingExpression);
SqlClient\Query\SqlDuplicator.cs (1)
444return new SqlIncludeScope(this.Visit(scope.Child), scope.SourceExpression);
4 references to SqlIncludeScope
System.Data.Linq (4)
SqlClient\Common\SqlVisitor.cs (2)
230result = this.VisitIncludeScope((SqlIncludeScope)node); 605internal virtual SqlNode VisitIncludeScope(SqlIncludeScope node) {
SqlClient\Query\SqlBinder.cs (1)
124internal override SqlNode VisitIncludeScope(SqlIncludeScope scope) {
SqlClient\Query\SqlDuplicator.cs (1)
443internal override SqlNode VisitIncludeScope(SqlIncludeScope scope) {