5 references to PropagatedSpan
System.Data.Entity (5)
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (2)
84plan = ObjectQueryExecutionPlan.Prepare(this.ObjectContext, tree, this.ElementType, mergeOption, converter.PropagatedSpan, parameters, converter.AliasGenerator); 142plan = ObjectQueryExecutionPlan.Prepare(this.ObjectContext, tree, this.ElementType, mergeOption, converter.PropagatedSpan, parameters, converter.AliasGenerator);
System\Data\Objects\ELinq\ELinqQueryState.cs (3)
174(null == converter.PropagatedSpan ? null : converter.PropagatedSpan.GetCacheKey()), 192plan = ObjectQueryExecutionPlan.Prepare(this.ObjectContext, tree, this.ElementType, mergeOption, converter.PropagatedSpan, null, converter.AliasGenerator);