3 references to DefaultMaxDepth
System.Formats.Cbor (3)
System\Formats\Cbor\Reader\CborReader.cs (3)
63
int maxDepth =
DefaultMaxDepth
;
77
MaxDepth = maxDepth < 0 ?
DefaultMaxDepth
: maxDepth;
94
MaxDepth =
DefaultMaxDepth
;