1 write to MergeOption
System.Data.Entity (1)
System\Data\Objects\Internal\ObjectQueryExecutionPlan.cs (1)
46
this.
MergeOption
= mergeOption;
5 references to MergeOption
System.Data.Entity (5)
System\Data\Common\QueryCache\CompiledQueryCacheEntry.cs (1)
79
string planKey = GenerateLocalCacheKey(newPlan.
MergeOption
, useCSharpNullComparisonBehavior);
System\Data\Objects\ELinq\ELinqQueryState.cs (1)
106
explicitMergeOption.Value != plan.
MergeOption
) ||
System\Data\Objects\Internal\EntitySqlQueryState.cs (1)
155
if (plan.
MergeOption
== mergeOption)
System\Data\Objects\Internal\ObjectQueryExecutionPlan.cs (1)
192
Shaper<TResultType> shaper = shaperFactory.Create(storeReader, context, context.MetadataWorkspace, this.
MergeOption
, true);
System\Data\Objects\Internal\ObjectQueryState.cs (1)
166
return plan.
MergeOption
;