6 references to CurrentDepth
System.Formats.Cbor (6)
System\Formats\Cbor\Reader\CborReader.cs (5)
208
if (
CurrentDepth
>= MaxDepth)
216
Debug.Assert(
CurrentDepth
< MaxDepth);
412
depth:
CurrentDepth
,
422
int restoreHeight =
CurrentDepth
- checkpoint.Depth;
462
Debug.Assert(
CurrentDepth
== checkpoint.Depth);
System\Formats\Cbor\Reader\CborReader.SkipValue.cs (1)
43
Debug.Assert(0 <= depth && depth <=
CurrentDepth
);