1 write to AllowMultipleRootLevelValues
System.Formats.Cbor (1)
System\Formats\Cbor\Reader\CborReader.cs (1)
62
AllowMultipleRootLevelValues
= allowMultipleRootLevelValues;
5 references to AllowMultipleRootLevelValues
System.Formats.Cbor (5)
System\Formats\Cbor\Reader\CborReader.cs (2)
86
/// <see cref="ConformanceMode"/> and <see cref="
AllowMultipleRootLevelValues
"/> are unchanged.
98
_definiteLength =
AllowMultipleRootLevelValues
? null : 1;
System\Formats\Cbor\Reader\CborReader.PeekState.cs (2)
32
Debug.Assert(!
AllowMultipleRootLevelValues
);
74
Debug.Assert(
AllowMultipleRootLevelValues
);
System\Formats\Cbor\Reader\CborReaderState.cs (1)
71
/// <para>If <see cref="CborReader.
AllowMultipleRootLevelValues
" /> is set to <see langword="false" />,