1 write to propertySetter
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
888this.propertySetter = property.GetSetMethod();
2 references to propertySetter
System.Data.Services.Client (2)
System\Data\Services\Client\ClientType.cs (2)
1039else if (null != this.propertySetter) 1044this.propertySetter.Invoke(instance, new object[] { value });