1 write to property
System.Data.Services (1)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
520
this.
property
= property;
5 references to property
System.Data.Services (5)
System\Data\Services\Providers\BasicExpandProvider.cs (5)
533
get { return this.
property
; }
549
return String.Equals(x.name, y.name, StringComparison.Ordinal) && x.
property
== y.
property
;
557
return obj.name.GetHashCode() + (obj.
property
== null ? 0 : obj.
property
.GetHashCode());