1 write to _current
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
1327_current = new Coordinator[_shaper.RootCoordinator.MaxDistanceToLeaf() + 1];
7 references to _current
System.Data.Entity (7)
System\Data\Common\Internal\Materialization\Shaper.cs (7)
1332get { return _current; } 1346get { return _current; } 1366for (; depth < _current.Length; depth++) 1393_current[depth] = currentCoordinator; 1399_current[depth] = null; 1407for (; depth < _current.Length; depth++) 1409_current[depth] = null;