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