2 writes to _command
System.Data.Entity (2)
System\Data\EntityClient\EntityDataReader.cs (2)
45
this.
_command
= command;
175
this.
_command
= null;
4 references to _command
System.Data.Entity (4)
System\Data\EntityClient\EntityDataReader.cs (4)
164
if (this.
_command
!= null)
169
this.
_command
.NotifyDataReaderClosing();
172
Debug.Assert(this.
_command
.Connection != null);
173
this.
_command
.Connection.Close();