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)
354writer.WriteInt32(KnownHeaders.Alg); 355writer.WriteInt32(algHeaderValueToSlip!.Value); 365writer.WriteInt32(label.LabelAsInt32);
System\Security\Cryptography\Cose\CoseHeaderValue.cs (1)
75writer.WriteInt32(value);