2 writes to peer
System.ServiceModel (2)
System\ServiceModel\Description\ClientCredentials.cs (2)
56
this.
peer
= new PeerCredential(other.peer);
168
this.
peer
= new PeerCredential();
7 references to peer
System.ServiceModel (7)
System\ServiceModel\Description\ClientCredentials.cs (7)
55
if (other.
peer
!= null)
56
this.peer = new PeerCredential(other.
peer
);
166
if (this.
peer
== null)
170
this.
peer
.MakeReadOnly();
172
return this.
peer
;
349
if (this.
peer
!= null)
350
this.
peer
.MakeReadOnly();