2 writes to ConvertIndefiniteLengthEncodings
System.Formats.Cbor (2)
System\Formats\Cbor\Writer\CborWriter.cs (2)
87ConvertIndefiniteLengthEncodings = convertIndefiniteLengthEncodings; 127ConvertIndefiniteLengthEncodings = 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. 60if (!ConvertIndefiniteLengthEncodings && CborConformanceModeHelpers.RequiresDefiniteLengthItems(ConformanceMode))
System\Formats\Cbor\Writer\CborWriter.cs (1)
444if (ConvertIndefiniteLengthEncodings)
System\Formats\Cbor\Writer\CborWriter.Map.cs (2)
27/// the <see cref="ConvertIndefiniteLengthEncodings" /> flag is enabled. 79if (!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)) 78if (ConvertIndefiniteLengthEncodings) 140if (ConvertIndefiniteLengthEncodings && _currentMajorType == CborMajorType.TextString) 163/// the <see cref="ConvertIndefiniteLengthEncodings" /> flag is enabled. 167if (!ConvertIndefiniteLengthEncodings && CborConformanceModeHelpers.RequiresDefiniteLengthItems(ConformanceMode)) 174if (ConvertIndefiniteLengthEncodings)