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