2 writes to _handleClose
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\Coordinator.cs (2)
240_handleClose = null; 317_handleClose = closeHandler;
3 references to _handleClose
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\Coordinator.cs (3)
237if (null != _handleClose) 239_handleClose(shaper, _wrappedElements); 316Debug.Assert(null == _handleClose, "more than one handler for a collection close 'event'");