2 references to Remaining
System.Private.Windows.Core (2)
System\IO\BinaryReaderExtensions.cs (2)
78if (count > 0 && reader.Remaining() < checked(count * (typeof(T) == typeof(decimal) ? 2 : sizeof(T)))) 102if (count > 0 && reader.Remaining() < checked(count * (typeof(T) == typeof(char) ? 1 : sizeof(T))))