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