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)
237
if (null !=
_handleClose
)
239
_handleClose
(shaper, _wrappedElements);
316
Debug.Assert(null ==
_handleClose
, "more than one handler for a collection close 'event'");