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