1 write to propertyGetter
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
887
this.
propertyGetter
= property.GetGetMethod();
3 references to propertyGetter
System.Data.Services.Client (3)
System\Data\Services\Client\ClientType.cs (3)
912
get { return this.
propertyGetter
.DeclaringType; }
962
Debug.Assert(null != this.
propertyGetter
, "null propertyGetter");
963
return this.
propertyGetter
.Invoke(instance, null);