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