2 writes to AllowMultipleRootLevelValues
System.Formats.Cbor (2)
System\Formats\Cbor\Writer\CborWriter.cs (2)
88
AllowMultipleRootLevelValues
= allowMultipleRootLevelValues;
128
AllowMultipleRootLevelValues
= allowMultipleRootLevelValues;
1 reference to AllowMultipleRootLevelValues
System.Formats.Cbor (1)
System\Formats\Cbor\Writer\CborWriter.cs (1)
150
_definiteLength =
AllowMultipleRootLevelValues
? null : (int?)1;