2 writes to isReadOnly
System.ServiceModel (2)
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (2)
49this.isReadOnly = other.isReadOnly; 204this.isReadOnly = true;
4 references to isReadOnly
System.ServiceModel (4)
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (4)
49this.isReadOnly = other.isReadOnly; 56if (this.isReadOnly) 82if (this.isReadOnly) 209if (this.isReadOnly)