4 writes to _actor
System.Security.Claims (4)
System\Security\Claims\ClaimsIdentity.cs (4)
173
_actor
= claimsIdentity.Actor;
343
_actor
= value;
740
_actor
= other._actor.Clone();
820
_actor
= new ClaimsIdentity(reader);
5 references to _actor
System.Security.Claims (5)
System\Security\Claims\ClaimsIdentity.cs (5)
333
get { return
_actor
; }
738
if (other.
_actor
!= null)
740
_actor = other.
_actor
.Clone();
910
if (
_actor
!= null)
960
_actor
!.WriteTo(writer);