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