2 references to Reset
System.IO.Compression.Zstandard (2)
System\IO\Compression\ZstandardDecoder.cs (1)
325/// <remarks>The prefix will be used only for the next decompression frame and will be removed when <see cref="Reset"/> is called. The referenced data must remain valid and unmodified for the duration of the decompression operation.</remarks>
System\IO\Compression\ZstandardStream.cs (1)
221_decoder?.Reset();