18 references to TrySkipBytes
System.Data (18)
fx\src\data\System\Data\SqlClient\TdsParser.cs (17)
1973
if (!stateObj.
TrySkipBytes
(tokenLength)) {
2006
if (!stateObj.
TrySkipBytes
(tokenLength)) {
2292
if (!stateObj.
TrySkipBytes
(tokenLength)) {
2607
if (!stateObj.
TrySkipBytes
(oldLength)) {
3000
if (!stateObj.
TrySkipBytes
(stateLen))
3022
if (!stateObj.
TrySkipBytes
(1)) {
3883
if (!stateObj.
TrySkipBytes
(2)) { // ignore ColNum ...
4654
if (!stateObj.
TrySkipBytes
(textPtrLen)) {
4661
if (!stateObj.
TrySkipBytes
(TdsEnums.TEXT_TIME_STAMP_LEN)) {
4931
if (!stateObj.
TrySkipBytes
(textPtrLen + TdsEnums.TEXT_TIME_STAMP_LEN)) {
4939
if (!stateObj.
TrySkipBytes
(length)) {
4952
if (!stateObj.
TrySkipBytes
(length)) {
5712
if (!stateObj.
TrySkipBytes
(cbPropsActual - cbPropsExpected)) {
5735
if (!stateObj.
TrySkipBytes
(cbPropsActual - cbPropsExpected)) {
5761
if (!stateObj.
TrySkipBytes
(cbPropsActual - cbPropsExpected)) {
5791
if (!stateObj.
TrySkipBytes
(cbPropsActual - cbPropsExpected)) {
11342
if (!stateObj.
TrySkipBytes
(bytesSkipped)) {
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
1617
if (!
TrySkipBytes
(length)) {