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