1 write to _commandTreeSetByUser
System.Data.Entity (1)
System\Data\EntityClient\EntityCommand.cs (1)
246this._commandTreeSetByUser = value;
6 references to _commandTreeSetByUser
System.Data.Entity (6)
System\Data\EntityClient\EntityCommand.cs (6)
190if (this._commandTreeSetByUser != null) 200if (this._commandTreeSetByUser != null) 228return this._commandTreeSetByUser; 244if (this._commandTreeSetByUser != value) 570if (this._commandTreeSetByUser != null) 572resultTree = this._commandTreeSetByUser;