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