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