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; 5392rpc.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 6174int length = (_SqlRPCBatchArray[commandIndex].errorsIndexEnd - _SqlRPCBatchArray[commandIndex].errorsIndexStart); 6177for(int i = _SqlRPCBatchArray[commandIndex].errorsIndexStart; i < _SqlRPCBatchArray[commandIndex].errorsIndexEnd; ++i) {