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
;
360
get { return
_type
; }
420
if (string.Equals(
_type
, ClaimsIdentity.DefaultNameClaimType))
424
else if (string.Equals(
_type
, ClaimsIdentity.DefaultRoleClaimType))
473
writer.Write(
_type
);
519
return
_type
+ ": " + _value;