5 writes to _type
System.Security.Claims (5)
System\Security\Claims\Claim.cs (5)
72_type = ClaimsIdentity.DefaultNameClaimType; 76_type = ClaimsIdentity.DefaultRoleClaimType; 80_type = reader.ReadString(); 256_type = type; 295_type = other._type;
6 references to _type
System.Security.Claims (6)
System\Security\Claims\Claim.cs (6)
295_type = other._type; 360get { return _type; } 420if (string.Equals(_type, ClaimsIdentity.DefaultNameClaimType)) 424else if (string.Equals(_type, ClaimsIdentity.DefaultRoleClaimType)) 473writer.Write(_type); 519return _type + ": " + _value;