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