2 references to IncludeIn
System.Data.Entity (2)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
457
span = Span.
IncludeIn
(span, includePath);
System\Data\Objects\Internal\EntitySqlQueryState.cs (1)
133
ObjectQueryState retState = new EntitySqlQueryState(this.ElementType, _queryText, _queryExpression, _allowsLimit, this.ObjectContext, ObjectParameterCollection.DeepCopy(this.Parameters), Span.
IncludeIn
(this.Span, includePath));