11 instantiations of CborWriter
System.Security.Cryptography.Cose (11)
System\Security\Cryptography\Cose\CoseHeaderMap.cs (1)
348var writer = new CborWriter();
System\Security\Cryptography\Cose\CoseHeaderValue.cs (3)
74var writer = new CborWriter(); 93var writer = new CborWriter(); 107var writer = new CborWriter();
System\Security\Cryptography\Cose\CoseMessage.cs (1)
489var writer = new CborWriter();
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (3)
380var writer = new CborWriter(); 406var writer = new CborWriter(); 592var writer = new CborWriter();
System\Security\Cryptography\Cose\CoseSign1Message.cs (3)
323var writer = new CborWriter(); 346var writer = new CborWriter(); 815var writer = new CborWriter();
23 references to CborWriter
System.Formats.Cbor (6)
System\Formats\Cbor\Reader\CborReader.Tag.cs (2)
75if (!DateTimeOffset.TryParseExact(dateString, CborWriter.Rfc3339FormatString, CultureInfo.InvariantCulture, DateTimeStyles.RoundtripKind, out DateTimeOffset result)) 260return CborWriter.DecimalHelpers.Reconstruct(mantissa, exponent);
System\Formats\Cbor\Writer\CborWriter.cs (2)
59/// <summary>Initializes a new instance of <see cref="CborWriter" /> class using the specified configuration.</summary> 71/// <summary>Initializes a new instance of <see cref="CborWriter" /> class using the specified configuration.</summary>
System\Formats\Cbor\Writer\CborWriter.Map.cs (2)
263private readonly CborWriter _writer; 265public KeyEncodingComparer(CborWriter writer)
System.Security.Cryptography.Cose (17)
System\Security\Cryptography\Cose\CoseHeaderMap.cs (1)
348var writer = new CborWriter();
System\Security\Cryptography\Cose\CoseHeaderValue.cs (4)
59private static ReadOnlyMemory<byte> Encode(CborWriter writer) 74var writer = new CborWriter(); 93var writer = new CborWriter(); 107var writer = new CborWriter();
System\Security\Cryptography\Cose\CoseHelpers.cs (3)
321internal static int WriteHeaderMap(Span<byte> buffer, CborWriter writer, CoseHeaderMap? headerMap, bool isProtected, int? algHeaderValueToSlip) 338internal static void WriteContent(CborWriter writer, ReadOnlySpan<byte> content, bool isDetached) 350internal static void WriteSignature(Span<byte> buffer, IncrementalHash hasher, CborWriter writer, CoseSigner signer)
System\Security\Cryptography\Cose\CoseMessage.cs (1)
489var writer = new CborWriter();
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (5)
380var writer = new CborWriter(); 406var writer = new CborWriter(); 446CborWriter writer, 472CborWriter writer, 592var writer = new CborWriter();
System\Security\Cryptography\Cose\CoseSign1Message.cs (3)
323var writer = new CborWriter(); 346var writer = new CborWriter(); 815var writer = new CborWriter();