1 write to _resultType
System.Data.Entity (1)
System\Data\Objects\ObjectQuery.cs (1)
291
this.
_resultType
= tResultType;
2 references to _resultType
System.Data.Entity (2)
System\Data\Objects\ObjectQuery.cs (2)
268
if (null == this.
_resultType
)
294
return this.
_resultType
;