4 writes to _label
System.Security.Claims (4)
System\Security\Claims\ClaimsIdentity.cs (4)
162_label = claimsIdentity._label; 415set { _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; 414get { return _label; } 745_label = other._label; 898if (!string.IsNullOrWhiteSpace(_label)) 946writer.Write(_label!);