2 writes to isReadOnly
System.ServiceModel (2)
System\ServiceModel\Security\PeerCredential.cs (2)
35
this.
isReadOnly
= other.isReadOnly;
111
this.
isReadOnly
= true;
2 references to isReadOnly
System.ServiceModel (2)
System\ServiceModel\Security\PeerCredential.cs (2)
35
this.isReadOnly = other.
isReadOnly
;
118
if (this.
isReadOnly
)