1 write to _writer
System.Formats.Cbor (1)
System\Formats\Cbor\Writer\CborWriter.Map.cs (1)
267_writer = writer;
3 references to _writer
System.Formats.Cbor (3)
System\Formats\Cbor\Writer\CborWriter.Map.cs (3)
272return _writer._buffer.AsSpan(range.Offset, range.Length); 277return _writer._buffer.AsSpan(range.Offset, range.KeyLength); 292return CborConformanceModeHelpers.CompareKeyEncodings(GetKeyEncoding(in x), GetKeyEncoding(in y), _writer.ConformanceMode);