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