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