1 write to ConvertIndefiniteLengthEncodings
System.Formats.Cbor (1)
System\Formats\Cbor\Writer\CborWriter.cs (1)
91
ConvertIndefiniteLengthEncodings
= 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.
59
if (!
ConvertIndefiniteLengthEncodings
&& CborConformanceModeHelpers.RequiresDefiniteLengthItems(ConformanceMode))
System\Formats\Cbor\Writer\CborWriter.cs (1)
392
if (
ConvertIndefiniteLengthEncodings
)
System\Formats\Cbor\Writer\CborWriter.Map.cs (2)
27
/// the <see cref="
ConvertIndefiniteLengthEncodings
" /> flag is enabled.
78
if (!
ConvertIndefiniteLengthEncodings
&& CborConformanceModeHelpers.RequiresDefiniteLengthItems(ConformanceMode))
System\Formats\Cbor\Writer\CborWriter.String.cs (8)
47
if (
ConvertIndefiniteLengthEncodings
&& _currentMajorType == CborMajorType.ByteString)
70
/// the <see cref="
ConvertIndefiniteLengthEncodings
" /> flag is enabled.
74
if (!
ConvertIndefiniteLengthEncodings
&& CborConformanceModeHelpers.RequiresDefiniteLengthItems(ConformanceMode))
79
if (
ConvertIndefiniteLengthEncodings
)
144
if (
ConvertIndefiniteLengthEncodings
&& _currentMajorType == CborMajorType.TextString)
167
/// the <see cref="
ConvertIndefiniteLengthEncodings
" /> flag is enabled.
171
if (!
ConvertIndefiniteLengthEncodings
&& CborConformanceModeHelpers.RequiresDefiniteLengthItems(ConformanceMode))
176
if (
ConvertIndefiniteLengthEncodings
)