1 write to containsMethod
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
900this.containsMethod = GetCollectionMethod(this.PropertyType, typeof(ICollection<>), "Contains", out this.CollectionType);
1 reference to containsMethod
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
1034if (!(bool)this.containsMethod.Invoke(instance, new object[] { value }))