4 writes to _label
System.Security.Claims (4)
System\Security\Claims\ClaimsIdentity.cs (4)
161_label = claimsIdentity._label; 224_label = other._label; 361set { _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; 360get { return _label; } 827if (!string.IsNullOrWhiteSpace(_label)) 875writer.Write(_label!);