3 writes to ns
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAction.cs (3)
33this.ns = ns; 63this.ns = value; 97this.ns = reader.GetAttribute(dictionary.ActionNamespaceAttribute, null);
3 references to ns
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAction.cs (3)
57get { return this.ns; } 124if (this.ns != null) 127writer.WriteString(this.ns);