2 writes to location
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAuthorityBinding.cs (2)
81this.location = value; 151this.location = reader.GetAttribute(dictionary.Location, null);
4 references to location
System.IdentityModel (4)
System\IdentityModel\Tokens\SamlAuthorityBinding.cs (4)
72get { return this.location; } 106if (string.IsNullOrEmpty(this.location)) 152if (string.IsNullOrEmpty(this.location)) 198writer.WriteString(this.location);