4 writes to _actor
System.Security.Claims (4)
System\Security\Claims\ClaimsIdentity.cs (4)
172
_actor
= claimsIdentity.Actor;
219
_actor
= other._actor.Clone();
289
_actor
= value;
749
_actor
= new ClaimsIdentity(reader);
5 references to _actor
System.Security.Claims (5)
System\Security\Claims\ClaimsIdentity.cs (5)
217
if (other.
_actor
!= null)
219
_actor = other.
_actor
.Clone();
279
get { return
_actor
; }
839
if (
_actor
!= null)
889
_actor
!.WriteTo(writer);