2 writes to AllowMultipleRootLevelValues
System.Formats.Cbor (2)
System\Formats\Cbor\Reader\CborReader.cs (2)
76AllowMultipleRootLevelValues = allowMultipleRootLevelValues; 93AllowMultipleRootLevelValues = allowMultipleRootLevelValues;
5 references to AllowMultipleRootLevelValues
System.Formats.Cbor (5)
System\Formats\Cbor\Reader\CborReader.cs (2)
118/// <see cref="ConformanceMode"/> and <see cref="AllowMultipleRootLevelValues"/> are unchanged. 130_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" />,