1 write to isReadOnly
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlAction.cs (1)
74
this.
isReadOnly
= true;
3 references to isReadOnly
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAction.cs (3)
45
if (
isReadOnly
)
60
if (
isReadOnly
)
69
get { return this.
isReadOnly
; }