20 references to properties
System.Data.Services.Client (20)
System\Data\Services\Client\ClientType.cs (20)
193if (!this.properties.Add(property, ClientProperty.NameEquality)) 197if (!property.DeclaringType.IsAssignableFrom(this.properties[shadow].DeclaringType)) 199this.properties.RemoveAt(shadow); 200this.properties.Add(property, null); 220for (int i = this.properties.Count - 1; 0 <= i; --i) 222string propertyName = this.properties[i].PropertyName; 225string declaringTypeName = this.properties[i].DeclaringType.Name; 231this.properties[i].DeclaringType.IsAssignableFrom(keyPropertyDeclaredType)) 233keyPropertyDeclaredType = this.properties[i].DeclaringType; 234key = this.properties[i]; 240keyPropertyDeclaredType = this.properties[i].DeclaringType; 241key = this.properties[i]; 256where null == (from b in this.properties 275if (0 == this.properties.Count) 283this.properties.TrimToSize(); 284this.properties.Sort<string>(ClientProperty.GetPropertyName, String.CompareOrdinal); 302get { return this.properties; } 654return this.properties[index]; 742return this.properties.IndexOf(propertyName, ClientProperty.GetPropertyName, String.Equals); 788this.mediaDataMember = this.properties[index];