1 write to skipAmount
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\SkipQueryOptionExpression.cs (1)
35
this.
skipAmount
= skipAmount;
5 references to skipAmount
System.Data.Services.Client (5)
System\Data\Services\Client\ALinq\SkipQueryOptionExpression.cs (5)
45
return this.
skipAmount
;
60
Debug.Assert(this.
skipAmount
!= null, "this.skipAmount != null");
62
this.
skipAmount
.Type == typeof(int),
64
int thisValue = (int)this.
skipAmount
.Value;
65
int previousValue = (int)((SkipQueryOptionExpression)previous).
skipAmount
.Value;