1 write to setMethod
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
897this.setMethod = GetCollectionMethod(this.PropertyType, typeof(IDictionary<,>), "set_Item", out this.CollectionType);
3 references to setMethod
System.Data.Services.Client (3)
System\Data\Services\Client\ClientType.cs (3)
898if (null == this.setMethod) 1003if (null != this.setMethod) 1025this.setMethod.Invoke(instance, new object[] { propertyName, value });