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)
217if (other._actor != null) 219_actor = other._actor.Clone(); 279get { return _actor; } 839if (_actor != null) 889_actor!.WriteTo(writer);