3 writes to errorsIndexEnd
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
5031
_sqlRPCParameterEncryptionReqArray[_currentlyExecutingDescribeParameterEncryptionRPC].
errorsIndexEnd
= stateObj.ErrorCount;
5069
_SqlRPCBatchArray[_currentlyExecutingBatch].
errorsIndexEnd
= _stateObj.ErrorCount;
5392
rpc.
errorsIndexEnd
= 0;
4 references to errorsIndexEnd
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (4)
5029
? _sqlRPCParameterEncryptionReqArray[_currentlyExecutingDescribeParameterEncryptionRPC - 1].
errorsIndexEnd
5067
? _SqlRPCBatchArray[_currentlyExecutingBatch-1].
errorsIndexEnd
6174
int length = (_SqlRPCBatchArray[commandIndex].
errorsIndexEnd
- _SqlRPCBatchArray[commandIndex].errorsIndexStart);
6177
for(int i = _SqlRPCBatchArray[commandIndex].errorsIndexStart; i < _SqlRPCBatchArray[commandIndex].
errorsIndexEnd
; ++i) {