1 write to _commandList
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (1)
242_commandList = null;
4 references to _commandList
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (4)
72List<LocalCommand> commandList = _commandList; 233List<LocalCommand> commandList = _commandList; 263for (int ii = 0 ; ii < _commandList.Count; ii++) { 264LocalCommand cmd = _commandList[ii];