8 references to GetResourceString
Microsoft.AspNetCore.Session (8)
artifacts\obj\Microsoft.AspNetCore.Session\Release\net9.0\Microsoft.AspNetCore.Session.Resources.cs (8)
19var value = GetResourceString(resourceKey); 31internal static string @Exception_KeyLengthIsExceeded => GetResourceString("Exception_KeyLengthIsExceeded"); 34=> string.Format(Culture, GetResourceString("Exception_KeyLengthIsExceeded"), p0); 37internal static string @Exception_InvalidSessionEstablishment => GetResourceString("Exception_InvalidSessionEstablishment"); 39internal static string @Exception_InvalidToSerializeIn2Bytes => GetResourceString("Exception_InvalidToSerializeIn2Bytes"); 41internal static string @Exception_InvalidToSerializeIn3Bytes => GetResourceString("Exception_InvalidToSerializeIn3Bytes"); 43internal static string @Exception_NumberShouldNotBeNegative => GetResourceString("Exception_NumberShouldNotBeNegative"); 45internal static string @ArgumentCannotBeNullOrEmpty => GetResourceString("ArgumentCannotBeNullOrEmpty");