3 references to CurrentDepth
System.Formats.Cbor (3)
System\Formats\Cbor\Writer\CborWriter.cs (3)
171
ValidateEncoding(encodedValue, ConformanceMode, MaxDepth -
CurrentDepth
);
302
if (
CurrentDepth
>= MaxDepth)
310
Debug.Assert(
CurrentDepth
< MaxDepth);