2 writes to keyProperty
System.Data.Services.Client (2)
System\Data\Services\Client\ClientType.cs (2)
889
this.
keyProperty
= keyProperty;
919
set { this.
keyProperty
= value; }
2 references to keyProperty
System.Data.Services.Client (2)
System\Data\Services\Client\ClientType.cs (2)
906
Debug.Assert(!this.
keyProperty
|| this.IsKnownType, "can't have an random type as key");
918
get { return this.
keyProperty
; }