1 write to isReadOnly
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlSubjectStatement.cs (1)
57
this.
isReadOnly
= true;
3 references to isReadOnly
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlSubjectStatement.cs (3)
37
if (
isReadOnly
)
49
get { return this.
isReadOnly
; }
54
if (!this.
isReadOnly
)