2 references to GetDecodedLength
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (1)
61int length = RunLengthEncoder.GetDecodedLength(remaining);
System.Windows.Forms.Primitives.Tests (1)
System\IO\Compression\RunLengthEncoderTests.cs (1)
40Span<byte> decoded = new byte[RunLengthEncoder.GetDecodedLength(encoded)];