1 write to isReadOnly
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlAttribute.cs (1)
181
this.
isReadOnly
= true;
4 references to isReadOnly
System.IdentityModel (4)
System\IdentityModel\Tokens\SamlAttribute.cs (4)
88
if (
isReadOnly
)
103
if (
isReadOnly
)
172
get { return this.
isReadOnly
; }
177
if (!this.
isReadOnly
)