1 write to IsLeafResult
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\CoordinatorFactory.cs (1)
100
this.
IsLeafResult
= 0 == nestedCoordinators.Length;
2 references to IsLeafResult
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\CoordinatorFactory.cs (2)
129
if (this.
IsLeafResult
)
146
this.IsSimple =
IsLeafResult
&& null == checkKeys && null == hasData;