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