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