4 references to TryRead
Microsoft.Private.Windows.Core (4)
System\IO\Compression\RunLengthEncoder.cs (4)
24
while (reader.
TryRead
(out byte value))
63
while (reader.
TryRead
(out byte value))
87
while (reader.
TryRead
(out byte count))
89
if (!reader.
TryRead
(out byte value) || !writer.TryWriteCount(count, value))