1 write to AllowMultipleRootLevelValues
System.Formats.Cbor (1)
System\Formats\Cbor\Reader\CborReader.cs (1)
62AllowMultipleRootLevelValues = 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)
32Debug.Assert(!AllowMultipleRootLevelValues); 74Debug.Assert(AllowMultipleRootLevelValues);
System\Formats\Cbor\Reader\CborReaderState.cs (1)
71/// <para>If <see cref="CborReader.AllowMultipleRootLevelValues" /> is set to <see langword="false" />,