1 write to m_identity
System.Security.Claims (1)
System\Security\Claims\GenericPrincipal.cs (1)
19
m_identity
= identity;
2 references to m_identity
System.Security.Claims (2)
System\Security\Claims\GenericPrincipal.cs (2)
29
AddIdentityWithRoles(
m_identity
, m_roles);
67
get { return
m_identity
; }