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