1 write to setMethod
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
897
this.
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)
898
if (null == this.
setMethod
)
1003
if (null != this.
setMethod
)
1025
this.
setMethod
.Invoke(instance, new object[] { propertyName, value });