4 writes to _label
System.Security.Claims (4)
System\Security\Claims\ClaimsIdentity.cs (4)
162
_label
= claimsIdentity._label;
415
set {
_label
= value; }
745
_label
= other._label;
804
_label
= reader.ReadString();
5 references to _label
System.Security.Claims (5)
System\Security\Claims\ClaimsIdentity.cs (5)
162
_label = claimsIdentity.
_label
;
414
get { return
_label
; }
745
_label = other.
_label
;
898
if (!string.IsNullOrWhiteSpace(
_label
))
946
writer.Write(
_label
!);