1 write to LabelAsInt32
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseHeaderLabel.cs (1)
51LabelAsInt32 = label;
6 references to LabelAsInt32
System.Security.Cryptography.Cose (6)
System\Security\Cryptography\Cose\CoseHeaderLabel.cs (4)
15internal string LabelName => LabelAsString != null ? $"\"{LabelAsString}\"" : LabelAsInt32.ToString(); 76return LabelAsString == other.LabelAsString && LabelAsInt32 == other.LabelAsInt32; 101return LabelAsInt32.GetRandomizedHashCode();
System\Security\Cryptography\Cose\CoseHeaderMap.cs (2)
257switch (label.LabelAsInt32) 365writer.WriteInt32(label.LabelAsInt32);