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)
5082
Debug.Assert(
_parameterCollectionList
.Count >= _currentlyExecutingBatch, "OnDoneProc: Too many DONEPROC events");
5100
if (
_parameterCollectionList
.Count > _currentlyExecutingBatch) {
5101
parameters =
_parameterCollectionList
[_currentlyExecutingBatch];
5318
if (
_parameterCollectionList
.Count > _currentlyExecutingBatch) {
5319
return
_parameterCollectionList
[_currentlyExecutingBatch];
6083
if (
_parameterCollectionList
== null) {
6105
if (null !=
_parameterCollectionList
) {
6106
_parameterCollectionList
.Clear();
6131
Debug.Assert(
_parameterCollectionList
!= null);
6151
_parameterCollectionList
.Add(parameters);