3 writes to m_name
System.Security.Claims (3)
System\Security\Claims\GenericIdentity.cs (3)
18m_name = name; 29m_name = name; 38m_name = identity.m_name;
5 references to m_name
System.Security.Claims (5)
System\Security\Claims\GenericIdentity.cs (5)
38m_name = identity.m_name; 62return m_name; 78return !m_name.Equals(""); 84if (m_name != null) 86base.AddClaim(new Claim(base.NameClaimType, m_name, ClaimValueTypes.String, ClaimsIdentity.DefaultIssuer, ClaimsIdentity.DefaultIssuer, this));