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