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