5 references to Octal8ByteFieldMaxValue
System.Formats.Tar (5)
System\Formats\Tar\TarHeader.Write.cs (5)
931if (_uid > Octal8ByteFieldMaxValue) 940if (_gid > Octal8ByteFieldMaxValue) 949if (_devMajor > Octal8ByteFieldMaxValue) 958if (_devMinor > Octal8ByteFieldMaxValue) 1068bool isOctalRange = value >= 0 && value <= Octal8ByteFieldMaxValue;