10 references to TryReadUInt32
System.Data (10)
fx\src\data\System\Data\SqlClient\TdsParser.cs (9)
2886
if (!stateObj.
TryReadUInt32
(out dataLen)) {
2928
if (!stateObj.
TryReadUInt32
(out seqNum)) {
3145
if (!stateObj.
TryReadUInt32
(out optionsCount)) {
3379
if (!stateObj.
TryReadUInt32
(out userType)) {
3593
if (!stateObj.
TryReadUInt32
(out userType)) {
3662
if (!stateObj.
TryReadUInt32
(out newCollation.info)) {
4288
if (!stateObj.
TryReadUInt32
(out userType)) {
5549
if (!stateObj.
TryReadUInt32
(out lo)) {
5591
if (!stateObj.
TryReadUInt32
(out timepart)) {
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
1707
if (!
TryReadUInt32
(out chunklen)) {