4 writes to _label
System.Security.Claims (4)
System\Security\Claims\ClaimsIdentity.cs (4)
161
_label
= claimsIdentity._label;
224
_label
= other._label;
361
set {
_label
= value; }
733
_label
= reader.ReadString();
5 references to _label
System.Security.Claims (5)
System\Security\Claims\ClaimsIdentity.cs (5)
161
_label = claimsIdentity.
_label
;
224
_label = other.
_label
;
360
get { return
_label
; }
827
if (!string.IsNullOrWhiteSpace(
_label
))
875
writer.Write(
_label
!);