2 references to TryWrite
System.Private.Windows.Core (2)
System\IO\Compression\RunLengthEncoder.cs (2)
68if (!writer.TryWrite((byte)Math.Min(count, 0xFF)) || !writer.TryWrite(value))