3 writes to idx
System.Web.Services (3)
System\Web\Services\Description\WebServicesInteroperability.cs (3)
790this.idx = -1; 801this.idx++; 814this.idx = -1;
3 references to idx
System.Web.Services (3)
System\Web\Services\Description\WebServicesInteroperability.cs (3)
798if (this.idx >= this.end) 806get { return this.list[this.idx]; } 810get { return this.list[this.idx]; }