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