3 writes to action
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAction.cs (3)
32
this.
action
= action;
51
this.
action
= value;
100
this.
action
= reader.ReadString();
4 references to action
System.IdentityModel (4)
System\IdentityModel\Tokens\SamlAction.cs (4)
42
get { return this.
action
; }
79
if (string.IsNullOrEmpty(
action
))
101
if (string.IsNullOrEmpty(this.
action
))
131
writer.WriteString(this.
action
);