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