14 references to Culture
Microsoft.AspNetCore.Http.Abstractions (14)
artifacts\obj\Microsoft.AspNetCore.Http.Abstractions\Release\net10.0\Microsoft.AspNetCore.Http.Abstractions.Resources.cs (14)
15internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture); 34=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareIServiceProviderNotAvailable"), p0); 40=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareNoInvokeMethod"), p0, p1, p2); 46=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareNonTaskReturnType"), p0, p1, p2); 52=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareNoParameters"), p0, p1, p2); 58=> string.Format(Culture, GetResourceString("Exception_UseMiddleMutlipleInvokes"), p0, p1); 64=> string.Format(Culture, GetResourceString("Exception_PathMustStartWithSlash"), p0); 70=> string.Format(Culture, GetResourceString("Exception_InvokeMiddlewareNoService"), p0, p1); 76=> string.Format(Culture, GetResourceString("Exception_InvokeDoesNotSupportRefOrOutParams"), p0); 84=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareNoMiddlewareFactory"), p0); 90=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareUnableToCreateMiddleware"), p0, p1); 96=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareExplicitArgumentsNotSupported"), p0); 104=> string.Format(Culture, GetResourceString("RouteValueDictionary_DuplicateKey"), p0, p1); 110=> string.Format(Culture, GetResourceString("RouteValueDictionary_DuplicatePropertyName"), p0, p1, p2, p3);