6 references to GetResourceString
Microsoft.Extensions.Configuration.Json (6)
src\runtime\artifacts\obj\Microsoft.Extensions.Configuration.Json\Release\net11.0\System.SR.cs (5)
16
internal static string @Error_InvalidFilePath =>
GetResourceString
("Error_InvalidFilePath");
18
internal static string @Error_InvalidTopLevelJSONElement =>
GetResourceString
("Error_InvalidTopLevelJSONElement");
20
internal static string @Error_JSONParseError =>
GetResourceString
("Error_JSONParseError");
22
internal static string @Error_KeyIsDuplicated =>
GetResourceString
("Error_KeyIsDuplicated");
24
internal static string @Error_UnsupportedJSONToken =>
GetResourceString
("Error_UnsupportedJSONToken");
src\runtime\src\libraries\Common\src\System\SR.cs (1)
60
string resourceString =
GetResourceString
(resourceKey);