11 references to GetResourceString
Microsoft.AspNetCore.WebUtilities (11)
artifacts\obj\Microsoft.AspNetCore.WebUtilities\Release\net10.0\Microsoft.AspNetCore.WebUtilities.Resources.cs (11)
19var value = GetResourceString(resourceKey); 31internal static string @FormPipeReader_KeyOrValueTooLarge => GetResourceString("FormPipeReader_KeyOrValueTooLarge"); 34=> string.Format(Culture, GetResourceString("FormPipeReader_KeyOrValueTooLarge"), p0, p1); 37internal static string @FormPipeReader_KeyTooLarge => GetResourceString("FormPipeReader_KeyTooLarge"); 40=> string.Format(Culture, GetResourceString("FormPipeReader_KeyTooLarge"), p0); 43internal static string @FormPipeReader_ValueTooLarge => GetResourceString("FormPipeReader_ValueTooLarge"); 46=> string.Format(Culture, GetResourceString("FormPipeReader_ValueTooLarge"), p0); 49internal static string @HttpRequestStreamReader_StreamNotReadable => GetResourceString("HttpRequestStreamReader_StreamNotReadable"); 51internal static string @HttpResponseStreamWriter_StreamNotWritable => GetResourceString("HttpResponseStreamWriter_StreamNotWritable"); 53internal static string @WebEncoders_InvalidCountOffsetOrLength => GetResourceString("WebEncoders_InvalidCountOffsetOrLength"); 56=> string.Format(Culture, GetResourceString("WebEncoders_InvalidCountOffsetOrLength"), p0, p1, p2);