2 references to Octal12ByteFieldMaxValue
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.Write.cs (2)
922if (_size > Octal12ByteFieldMaxValue) 1094bool isOctalRange = value >= 0 && value <= Octal12ByteFieldMaxValue;