5 references to Octal8ByteFieldMaxValue
System.Formats.Tar (5)
System\Formats\Tar\TarHeader.Write.cs (5)
967if (_uid > Octal8ByteFieldMaxValue) 976if (_gid > Octal8ByteFieldMaxValue) 985if (_devMajor > Octal8ByteFieldMaxValue) 994if (_devMinor > Octal8ByteFieldMaxValue) 1103bool isOctalRange = value >= 0 && value <= Octal8ByteFieldMaxValue;