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