54 references to GetResourceString
System.Formats.Tar (54)
src\runtime\artifacts\obj\System.Formats.Tar\Release\net11.0-unix\System.SR.cs (53)
16internal static string @ArgumentOutOfRange_FileLengthTooBig => GetResourceString("ArgumentOutOfRange_FileLengthTooBig"); 18internal static string @ArgumentInvalidPathChars => GetResourceString("ArgumentInvalidPathChars"); 20internal static string @ErrorStatFile => GetResourceString("ErrorStatFile"); 22internal static string @IO_AlreadyExists_Name => GetResourceString("IO_AlreadyExists_Name"); 24internal static string @IO_DeviceFiles_NotSupported => GetResourceString("IO_DeviceFiles_NotSupported"); 26internal static string @IO_FileExists_Name => GetResourceString("IO_FileExists_Name"); 28internal static string @IO_FileNotFound => GetResourceString("IO_FileNotFound"); 30internal static string @IO_FileNotFound_FileName => GetResourceString("IO_FileNotFound_FileName"); 32internal static string @IO_FifoFiles_NotSupported => GetResourceString("IO_FifoFiles_NotSupported"); 34internal static string @IO_NotSupported_UnreadableStream => GetResourceString("IO_NotSupported_UnreadableStream"); 36internal static string @IO_NotSupported_UnseekableStream => GetResourceString("IO_NotSupported_UnseekableStream"); 38internal static string @IO_NotSupported_UnwritableStream => GetResourceString("IO_NotSupported_UnwritableStream"); 40internal static string @IO_PathNotFound_NoPathName => GetResourceString("IO_PathNotFound_NoPathName"); 42internal static string @IO_PathNotFound_Path => GetResourceString("IO_PathNotFound_Path"); 44internal static string @IO_PathTooLong => GetResourceString("IO_PathTooLong"); 46internal static string @IO_PathTooLong_Path => GetResourceString("IO_PathTooLong_Path"); 48internal static string @IO_SetLengthRequiresSeekingAndWriting => GetResourceString("IO_SetLengthRequiresSeekingAndWriting"); 50internal static string @IO_SharingViolation_File => GetResourceString("IO_SharingViolation_File"); 52internal static string @IO_SharingViolation_NoFileName => GetResourceString("IO_SharingViolation_NoFileName"); 54internal static string @IO_StreamNotEmpty => GetResourceString("IO_StreamNotEmpty"); 56internal static string @PlatformNotSupported_SystemFormatsTar => GetResourceString("PlatformNotSupported_SystemFormatsTar"); 58internal static string @SetLengthRequiresSeekingAndWriting => GetResourceString("SetLengthRequiresSeekingAndWriting"); 60internal static string @TarCannotConvertPaxGlobalExtendedAttributesEntry => GetResourceString("TarCannotConvertPaxGlobalExtendedAttributesEntry"); 62internal static string @TarDuplicateExtendedAttribute => GetResourceString("TarDuplicateExtendedAttribute"); 64internal static string @TarEntryBlockOrCharacterExpected => GetResourceString("TarEntryBlockOrCharacterExpected"); 66internal static string @TarEntryDoesNotSupportDataStream => GetResourceString("TarEntryDoesNotSupportDataStream"); 68internal static string @TarEntryHardLinkOrSymLinkExpected => GetResourceString("TarEntryHardLinkOrSymLinkExpected"); 70internal static string @TarEntryHardLinkOrSymlinkLinkNameEmpty => GetResourceString("TarEntryHardLinkOrSymlinkLinkNameEmpty"); 72internal static string @TarEntryTypeNotSupported => GetResourceString("TarEntryTypeNotSupported"); 74internal static string @TarEntryTypeNotSupportedInFormat => GetResourceString("TarEntryTypeNotSupportedInFormat"); 76internal static string @TarEntryTypeNotSupportedForExtracting => GetResourceString("TarEntryTypeNotSupportedForExtracting"); 78internal static string @TarExtractingResultsFileOutside => GetResourceString("TarExtractingResultsFileOutside"); 80internal static string @TarExtractingResultsLinkOutside => GetResourceString("TarExtractingResultsLinkOutside"); 82internal static string @TarGnuFormatExpected => GetResourceString("TarGnuFormatExpected"); 84internal static string @TarInvalidFormat => GetResourceString("TarInvalidFormat"); 86internal static string @TarPosixFormatExpected => GetResourceString("TarPosixFormatExpected"); 88internal static string @TarSizeFieldNegative => GetResourceString("TarSizeFieldNegative"); 90internal static string @TarSizeFieldTooLargeForEntryType => GetResourceString("TarSizeFieldTooLargeForEntryType"); 92internal static string @TarSizeFieldExceedsStreamLength => GetResourceString("TarSizeFieldExceedsStreamLength"); 94internal static string @TarUnexpectedMetadataEntry => GetResourceString("TarUnexpectedMetadataEntry"); 96internal static string @TarUnsupportedFile => GetResourceString("TarUnsupportedFile"); 98internal static string @UnauthorizedAccess_IODenied_NoPathName => GetResourceString("UnauthorizedAccess_IODenied_NoPathName"); 100internal static string @UnauthorizedAccess_IODenied_Path => GetResourceString("UnauthorizedAccess_IODenied_Path"); 102internal static string @IO_SeekBeforeBegin => GetResourceString("IO_SeekBeforeBegin"); 104internal static string @TarInvalidNumber => GetResourceString("TarInvalidNumber"); 106internal static string @TarInvalidChecksum => GetResourceString("TarInvalidChecksum"); 108internal static string @TarEntryFieldExceedsMaxLength => GetResourceString("TarEntryFieldExceedsMaxLength"); 110internal static string @TarFieldTooLargeForEntryFormat => GetResourceString("TarFieldTooLargeForEntryFormat"); 112internal static string @TarExtAttrDisallowedKeyChar => GetResourceString("TarExtAttrDisallowedKeyChar"); 114internal static string @TarExtAttrDisallowedValueChar => GetResourceString("TarExtAttrDisallowedValueChar"); 116internal static string @TarStreamSeekabilityUnsupportedCombination => GetResourceString("TarStreamSeekabilityUnsupportedCombination"); 118internal static string @ExtHeaderInvalidRecords => GetResourceString("ExtHeaderInvalidRecords"); 120internal static string @TarCompressionArchiveDetected => GetResourceString("TarCompressionArchiveDetected");
src\runtime\src\libraries\Common\src\System\SR.cs (1)
60string resourceString = GetResourceString(resourceKey);