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)
274
return
_writer
._buffer.AsSpan(range.Offset, range.Length);
279
return
_writer
._buffer.AsSpan(range.Offset, range.KeyLength);
294
return CborConformanceModeHelpers.CompareKeyEncodings(GetKeyEncoding(in x), GetKeyEncoding(in y),
_writer
.ConformanceMode);