2 references to TarSizeFieldTooLargeForEntryType
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.Read.cs (2)
241
throw new InvalidDataException(SR.Format(SR.
TarSizeFieldTooLargeForEntryType
, _typeFlag));
605
throw new InvalidOperationException(SR.Format(SR.
TarSizeFieldTooLargeForEntryType
, _typeFlag.ToString()));