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