3 writes to errors
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
5032
_sqlRPCParameterEncryptionReqArray[_currentlyExecutingDescribeParameterEncryptionRPC].
errors
= stateObj._errors;
5070
_SqlRPCBatchArray[_currentlyExecutingBatch].
errors
= _stateObj._errors;
5393
rpc.
errors
= null;
1 reference to errors
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
6178
errors.Add(_SqlRPCBatchArray[commandIndex].
errors
[i]);