3 writes to count
System.ServiceModel (3)
System\ServiceModel\ComIntegration\CatalogUtil.cs (3)
93this.count = -1; 103this.count++; 113this.count = -1;
2 references to count
System.ServiceModel (2)
System\ServiceModel\ComIntegration\CatalogUtil.cs (2)
104if (this.count >= collection.Count) 107this.current = this.collection.Item(this.count);