1 write to Depth
System.Formats.Cbor (1)
System\Formats\Cbor\Reader\CborReader.cs (1)
350
Depth
= depth;
2 references to Depth
System.Formats.Cbor (2)
System\Formats\Cbor\Reader\CborReader.cs (2)
380
int restoreHeight = CurrentDepth - checkpoint.
Depth
;
420
Debug.Assert(CurrentDepth == checkpoint.
Depth
);