1 write to _parameterCollectionList
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
6084_parameterCollectionList = new List<SqlParameterCollection>();
10 references to _parameterCollectionList
System.Data (10)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (10)
5082Debug.Assert(_parameterCollectionList.Count >= _currentlyExecutingBatch, "OnDoneProc: Too many DONEPROC events"); 5100if (_parameterCollectionList.Count > _currentlyExecutingBatch) { 5101parameters = _parameterCollectionList[_currentlyExecutingBatch]; 5318if (_parameterCollectionList.Count > _currentlyExecutingBatch) { 5319return _parameterCollectionList[_currentlyExecutingBatch]; 6083if (_parameterCollectionList == null) { 6105if (null != _parameterCollectionList) { 6106_parameterCollectionList.Clear(); 6131Debug.Assert(_parameterCollectionList != null); 6151_parameterCollectionList.Add(parameters);