3 references to DefaultMaxDepth
System.Formats.Cbor (3)
System\Formats\Cbor\Writer\CborWriter.cs (3)
72int maxDepth = DefaultMaxDepth; 89MaxDepth = maxDepth < 0 ? DefaultMaxDepth : maxDepth; 129MaxDepth = DefaultMaxDepth;