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)
47if (ConvertIndefiniteLengthEncodings && _currentMajorType == CborMajorType.ByteString) 70/// the <see cref="ConvertIndefiniteLengthEncodings" /> flag is enabled. 74if (!ConvertIndefiniteLengthEncodings && CborConformanceModeHelpers.RequiresDefiniteLengthItems(ConformanceMode)) 79if (ConvertIndefiniteLengthEncodings) 144if (ConvertIndefiniteLengthEncodings && _currentMajorType == CborMajorType.TextString) 167/// the <see cref="ConvertIndefiniteLengthEncodings" /> flag is enabled. 171if (!ConvertIndefiniteLengthEncodings && CborConformanceModeHelpers.RequiresDefiniteLengthItems(ConformanceMode)) 176if (ConvertIndefiniteLengthEncodings)