3 references to WarningCount
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
5040
_sqlRPCParameterEncryptionReqArray[_currentlyExecutingDescribeParameterEncryptionRPC].warningsIndexEnd = stateObj.
WarningCount
;
5078
_SqlRPCBatchArray[_currentlyExecutingBatch].warningsIndexEnd = _stateObj.
WarningCount
;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
11445
_physicalStateObj != null ? "(null)" : _physicalStateObj.
WarningCount
.ToString((IFormatProvider)null),