1 write to ConvertIndefiniteLengthEncodings
System.Formats.Cbor (1)
System\Formats\Cbor\Writer\CborWriter.cs (1)
91ConvertIndefiniteLengthEncodings = convertIndefiniteLengthEncodings;
13 references to ConvertIndefiniteLengthEncodings
System.Formats.Cbor (13)
System\Formats\Cbor\Writer\CborWriter.Array.cs (2)
22/// the <see cref="ConvertIndefiniteLengthEncodings" /> flag is enabled. 59if (!ConvertIndefiniteLengthEncodings && CborConformanceModeHelpers.RequiresDefiniteLengthItems(ConformanceMode))
System\Formats\Cbor\Writer\CborWriter.cs (1)
392if (ConvertIndefiniteLengthEncodings)
System\Formats\Cbor\Writer\CborWriter.Map.cs (2)
27/// the <see cref="ConvertIndefiniteLengthEncodings" /> flag is enabled. 78if (!ConvertIndefiniteLengthEncodings && CborConformanceModeHelpers.RequiresDefiniteLengthItems(ConformanceMode))
System\Formats\Cbor\Writer\CborWriter.String.cs (8)
44if (ConvertIndefiniteLengthEncodings && _currentMajorType == CborMajorType.ByteString) 67/// the <see cref="ConvertIndefiniteLengthEncodings" /> flag is enabled. 71if (!ConvertIndefiniteLengthEncodings && CborConformanceModeHelpers.RequiresDefiniteLengthItems(ConformanceMode)) 76if (ConvertIndefiniteLengthEncodings) 138if (ConvertIndefiniteLengthEncodings && _currentMajorType == CborMajorType.TextString) 161/// the <see cref="ConvertIndefiniteLengthEncodings" /> flag is enabled. 165if (!ConvertIndefiniteLengthEncodings && CborConformanceModeHelpers.RequiresDefiniteLengthItems(ConformanceMode)) 170if (ConvertIndefiniteLengthEncodings)