1 write to removeMethod
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
902
this.
removeMethod
= GetRemoveFromCollectionMethod(this.PropertyType, out this.CollectionType);
2 references to removeMethod
System.Data.Services.Client (2)
System\Data\Services\Client\ClientType.cs (2)
974
Debug.Assert(null != this.
removeMethod
, "missing removeMethod");
978
this.
removeMethod
.Invoke(instance, new object[] { value });