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)
333get { return _actor; } 738if (other._actor != null) 740_actor = other._actor.Clone(); 910if (_actor != null) 960_actor!.WriteTo(writer);