1 write to addMethod
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
901this.addMethod = GetAddToCollectionMethod(this.PropertyType, out this.CollectionType);
2 references to addMethod
System.Data.Services.Client (2)
System\Data\Services\Client\ClientType.cs (2)
1028else if (allowAdd && (null != this.addMethod)) 1036this.addMethod.Invoke(instance, new object[] { value });