5 references to PropagatedSpan
System.Data.Entity (5)
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (2)
84
plan = ObjectQueryExecutionPlan.Prepare(this.ObjectContext, tree, this.ElementType, mergeOption, converter.
PropagatedSpan
, parameters, converter.AliasGenerator);
142
plan = 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()),
192
plan = ObjectQueryExecutionPlan.Prepare(this.ObjectContext, tree, this.ElementType, mergeOption, converter.
PropagatedSpan
, null, converter.AliasGenerator);