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