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