2 references to GetAddToCollectionMethod
System.Data.Services.Client (2)
System\Data\Services\Client\AtomMaterializer.cs (1)
1115MethodInfo addMethod = ClientType.GetAddToCollectionMethod(listType, out listElementType);
System\Data\Services\Client\ClientType.cs (1)
901this.addMethod = GetAddToCollectionMethod(this.PropertyType, out this.CollectionType);