4 references to CurrentDepth
System.Formats.Cbor (4)
System\Formats\Cbor\Reader\CborReader.cs (3)
370depth: CurrentDepth, 380int restoreHeight = CurrentDepth - checkpoint.Depth; 420Debug.Assert(CurrentDepth == checkpoint.Depth);
System\Formats\Cbor\Reader\CborReader.SkipValue.cs (1)
43Debug.Assert(0 <= depth && depth <= CurrentDepth);