4 references to GetCollectionMethod
System.Data.Services.Client (4)
System\Data\Services\Client\ClientType.cs (4)
574return GetCollectionMethod(collectionType, typeof(ICollection<>), "Add", out type);
585return GetCollectionMethod(collectionType, typeof(ICollection<>), "Remove", out type);
897this.setMethod = GetCollectionMethod(this.PropertyType, typeof(IDictionary<,>), "set_Item", out this.CollectionType);
900this.containsMethod = GetCollectionMethod(this.PropertyType, typeof(ICollection<>), "Contains", out this.CollectionType);