5 writes to nameSpace
System.IdentityModel (5)
System\IdentityModel\Tokens\SamlAttribute.cs (5)
41
this.
nameSpace
= StringUtil.OptimizeString(attributeNamespace);
71
this.
nameSpace
= String.Empty;
76
this.
nameSpace
= StringUtil.OptimizeString(claim.ClaimType.Substring(0, lastSlashIndex));
109
this.
nameSpace
= StringUtil.OptimizeString(value);
231
this.
nameSpace
= reader.GetAttribute(dictionary.AttributeNamespace, null);
8 references to nameSpace
System.IdentityModel (8)
System\IdentityModel\Tokens\SamlAttribute.cs (8)
42
this.claimType = string.IsNullOrEmpty(this.
nameSpace
) ? this.name : this.
nameSpace
+ "/" + this.name;
100
get { return this.
nameSpace
; }
209
if (string.IsNullOrEmpty(this.
nameSpace
))
232
if (string.IsNullOrEmpty(this.
nameSpace
))
235
this.claimType = string.IsNullOrEmpty(this.
nameSpace
) ? this.name : this.
nameSpace
+ "/" + this.name;
275
writer.WriteString(this.
nameSpace
);