2 references to SqlIncludeScope
System.Data.Linq (2)
SqlClient\Query\QueryConverter.cs (1)
119
retNode = new
SqlIncludeScope
(retNode, this.dominatingExpression);
SqlClient\Query\SqlDuplicator.cs (1)
444
return new
SqlIncludeScope
(this.Visit(scope.Child), scope.SourceExpression);