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