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