1 write to ResultType
System.Data.Entity (1)
System\Data\Objects\Internal\ObjectQueryExecutionPlan.cs (1)
45this.ResultType = resultType;
5 references to ResultType
System.Data.Entity (5)
System\Data\Common\QueryCache\CompiledQueryCacheEntry.cs (1)
93resultType = value.ResultType;
System\Data\Objects\Internal\ObjectQueryExecutionPlan.cs (3)
197if (ResultType.EdmType.BuiltInTypeKind == BuiltInTypeKind.CollectionType) 199resultItemEdmType = ((CollectionType)ResultType.EdmType).TypeUsage; 203resultItemEdmType = ResultType;
System\Data\Objects\Internal\ObjectQueryState.cs (1)
203return plan.ResultType;