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