79 references to TryReadByte
System.Data (79)
fx\src\data\System\Data\SqlClient\TdsParser.cs (78)
1866if (!stateObj.TryReadByte(out token)) { 2379if (!stateObj.TryReadByte(out env.type)) { 2458if (!stateObj.TryReadByte(out byteLength)) { 2477if (!stateObj.TryReadByte(out byteLength)) { 2499if (!stateObj.TryReadByte(out byteLength)) { 2515if (!stateObj.TryReadByte(out byteLength)) { 2554if (!stateObj.TryReadByte(out byteLength)) { 2587if (!stateObj.TryReadByte(out protocol)) { 2627if (!stateObj.TryReadByte(out byteLength)) { 2635if (!stateObj.TryReadByte(out byteLength)) { 2653if (!stateObj.TryReadByte(out newLength)) { 2659if (!stateObj.TryReadByte(out oldLength)) { 2881if (!stateObj.TryReadByte(out featureId)) { 2935if (!stateObj.TryReadByte(out status)) { 2945if (!stateObj.TryReadByte(out stateId)) { 2950if (!stateObj.TryReadByte(out stateLenByte)) { 3084if (!stateObj.TryReadByte(out len)) { 3091if (!stateObj.TryReadByte(out a.majorVersion)) { 3094if (!stateObj.TryReadByte(out a.minorVersion)) { 3098if (!stateObj.TryReadByte(out buildNumHi)) { 3101if (!stateObj.TryReadByte(out buildNumLo)) { 3266if (!stateObj.TryReadByte(out state)) { 3269if (!stateObj.TryReadByte(out errorClass)) { 3284if (!stateObj.TryReadByte(out byteLen)) { 3301if (!stateObj.TryReadByte(out byteLen)) { 3358if (!stateObj.TryReadByte(out len)) { // Length of parameter name 3371if (!stateObj.TryReadByte(out ignored)) { 3394if (!stateObj.TryReadByte(out flags)) { 3398if (!stateObj.TryReadByte(out flags)) { 3409if (!stateObj.TryReadByte(out tdsType)) { 3452if (!stateObj.TryReadByte(out rec.precision)) { 3455if (!stateObj.TryReadByte(out rec.scale)) { 3461if (!stateObj.TryReadByte(out rec.scale)) { 3475if (!stateObj.TryReadByte(out schemapresent)) { 3480if (!stateObj.TryReadByte(out len)) { 3489if (!stateObj.TryReadByte(out len)) { 3605if (!stateObj.TryReadByte(out cipherAlgorithmId)) { 3613if (!stateObj.TryReadByte(out nameSize)) { 3624if (!stateObj.TryReadByte(out encryptionType)) { 3630if (!stateObj.TryReadByte(out normalizationRuleVersion)) { 3666if (!stateObj.TryReadByte(out newCollation.sortId)) { 3878if (!stateObj.TryReadByte(out byCols)) { 3894if (!stateObj.TryReadByte(out col.op)) { 4000if (!stateObj.TryReadByte (out cekValueCount)) { 4029if (!stateObj.TryReadByte (out byteValue)) { 4053if (!stateObj.TryReadByte(out algorithmLength)) { 4141if (!stateObj.TryReadByte(out tdsType)) { 4186if (!stateObj.TryReadByte(out schemapresent)) { 4191if (!stateObj.TryReadByte(out byteLen)) { 4200if (!stateObj.TryReadByte(out byteLen)) { 4224if (!stateObj.TryReadByte(out col.precision)) { 4227if (!stateObj.TryReadByte(out col.scale)) { 4233if (!stateObj.TryReadByte(out col.scale)) { 4302if (!stateObj.TryReadByte(out flags)) { 4311if (!stateObj.TryReadByte(out flags)) { 4358if (!stateObj.TryReadByte(out byteLen)) { 4381if (!stateObj.TryReadByte(out byteLength)) { 4391if (!stateObj.TryReadByte(out byteLength)) { 4401if (!stateObj.TryReadByte(out byteLength)) { 4495if (!stateObj.TryReadByte(out nParts)) { 4577if (!stateObj.TryReadByte(out ignored)) { // colnum, ignore 4580if (!stateObj.TryReadByte(out col.tableNum)) { 4586if (!stateObj.TryReadByte(out status)) { 4598if (!stateObj.TryReadByte(out len)) { 4646if (!stateObj.TryReadByte(out textPtrLen)) { 4694if (!stateObj.TryReadByte(out token)) { // skip over ALTROW token 4926if (!stateObj.TryReadByte(out textPtrLen)) { 5452if (!stateObj.TryReadByte(out byteValue)) { 5474if (!stateObj.TryReadByte(out byteValue)) { 5656if (!stateObj.TryReadByte(out type)) { 5663if (!stateObj.TryReadByte(out cbPropsActual)) { 5702if (!stateObj.TryReadByte(out precision)) { 5706if (!stateObj.TryReadByte(out scale)) { 5785if (!stateObj.TryReadByte(out scale)) { 6338if (!stateObj.TryReadByte(out byteValue)) { 6830if (!stateObj.TryReadByte(out value)) { 11215if (!stateObj.TryReadByte(out b1)) { 11225if (!stateObj.TryReadByte(out b2)) {
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
1181if (!TryReadByte(out value)) {