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)
71var writer = new CborWriter(); 87var writer = new CborWriter(); 101var writer = new CborWriter();
System\Security\Cryptography\Cose\CoseMessage.cs (1)
487var writer = new CborWriter();
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (3)
372var writer = new CborWriter(); 398var writer = new CborWriter(); 584var writer = new CborWriter();
System\Security\Cryptography\Cose\CoseSign1Message.cs (3)
308var writer = new CborWriter(); 331var writer = new CborWriter(); 773var 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)
56private static ReadOnlyMemory<byte> Encode(CborWriter writer) 71var writer = new CborWriter(); 87var writer = new CborWriter(); 101var 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)
487var writer = new CborWriter();
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (5)
372var writer = new CborWriter(); 398var writer = new CborWriter(); 438CborWriter writer, 464CborWriter writer, 584var writer = new CborWriter();
System\Security\Cryptography\Cose\CoseSign1Message.cs (3)
308var writer = new CborWriter(); 331var writer = new CborWriter(); 773var writer = new CborWriter();