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