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)
44
if (
ConvertIndefiniteLengthEncodings
&& _currentMajorType == CborMajorType.ByteString)
67
/// the <see cref="
ConvertIndefiniteLengthEncodings
" /> flag is enabled.
71
if (!
ConvertIndefiniteLengthEncodings
&& CborConformanceModeHelpers.RequiresDefiniteLengthItems(ConformanceMode))
76
if (
ConvertIndefiniteLengthEncodings
)
138
if (
ConvertIndefiniteLengthEncodings
&& _currentMajorType == CborMajorType.TextString)
161
/// the <see cref="
ConvertIndefiniteLengthEncodings
" /> flag is enabled.
165
if (!
ConvertIndefiniteLengthEncodings
&& CborConformanceModeHelpers.RequiresDefiniteLengthItems(ConformanceMode))
170
if (
ConvertIndefiniteLengthEncodings
)