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