18 references to Items
System.ServiceModel (18)
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (18)
37get { return this.Items[index]; } 78get { return this.Items.Count; } 140this.Items.Add(element); 153this.Items.Add(element); 215List<string> propertiesToRemove = new List<string>(this.Items.Count); 216foreach (TServiceModelExtensionElement item in this.Items) 221this.Items.Clear(); 489for (int index = 0; index < this.Items.Count; ++index) 501for (int i = 0; i < this.Items.Count; i++) 503TServiceModelExtensionElement element = this.Items[i]; 538this.Items.Remove(existingElement); 552foreach (TServiceModelExtensionElement collectionElement in collection.Items) 554this.Items.Add(collectionElement); 566for (int i = 0; i < this.Items.Count; i++) 568TServiceModelExtensionElement collectionElement = this.Items[i]; 583for (int i = 0; i < this.Items.Count; i++) 585TServiceModelExtensionElement element = this.Items[i]; 617foreach (TServiceModelExtensionElement extension in this.Items)