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