5 references to WriteInt32
System.Formats.Cbor (1)
System\Formats\Cbor\Writer\CborWriter.Map.cs (1)
30
/// by successive calls to <see cref="
WriteInt32
(int)" /> and <see cref="WriteTextString(System.ReadOnlySpan{char})" />.
System.Security.Cryptography.Cose (4)
System\Security\Cryptography\Cose\CoseHeaderMap.cs (3)
354
writer.
WriteInt32
(KnownHeaders.Alg);
355
writer.
WriteInt32
(algHeaderValueToSlip!.Value);
365
writer.
WriteInt32
(label.LabelAsInt32);
System\Security\Cryptography\Cose\CoseHeaderValue.cs (1)
75
writer.
WriteInt32
(value);