1 write to propertyResourceType
System.Data.Services (1)
System\Data\Services\Providers\ResourceProperty.cs (1)
68
this.
propertyResourceType
= propertyResourceType;
3 references to propertyResourceType
System.Data.Services (3)
System\Data\Services\Providers\ResourceProperty.cs (3)
99
get { return this.
propertyResourceType
; }
191
return typeof(System.Collections.Generic.IEnumerable<>).MakeGenericType(this.
propertyResourceType
.InstanceType);
195
return this.
propertyResourceType
.InstanceType;