2 writes to isReadOnly
System.ServiceModel (2)
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (2)
36
this.
isReadOnly
= other.isReadOnly;
165
this.
isReadOnly
= true;
2 references to isReadOnly
System.ServiceModel (2)
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (2)
36
this.isReadOnly = other.
isReadOnly
;
170
if (this.
isReadOnly
)