4 references to TryEncode
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (1)
43RunLengthEncoder.TryEncode(input, writer.Span[writer.Position..], out int written);
System.Windows.Forms.Primitives.Tests (3)
System\IO\Compression\RunLengthEncoderTests.cs (3)
13RunLengthEncoder.TryEncode(data, encoded, out int written).Should().BeTrue(); 27RunLengthEncoder.TryEncode(data, encoded, out int written).Should().BeTrue(); 37RunLengthEncoder.TryEncode(data, encoded, out int written).Should().BeTrue();