6 references to Concat
Microsoft.AspNetCore.Http (1)
Internal\ResponseCookies.cs (1)
102Headers.SetCookie = StringValues.Concat(Headers.SetCookie, cookies);
Microsoft.AspNetCore.Http.Abstractions (1)
Internal\ParsingHelpers.cs (1)
134SetHeaderUnmodified(headers, key, StringValues.Concat(existing, values));
Microsoft.AspNetCore.OutputCaching (3)
Policies\VaryByHeaderPolicy.cs (1)
27_headerNames = StringValues.Concat(_headerNames, headerNames);
Policies\VaryByQueryPolicy.cs (1)
28_queryKeys = StringValues.Concat(_queryKeys, queryKeys);
Policies\VaryByRouteValuePolicy.cs (1)
27_routeValueNames = StringValues.Concat(_routeValueNames, routeValueNames);
Microsoft.AspNetCore.Server.HttpSys (1)
AuthenticationManager.cs (1)
186= StringValues.Concat(context.Response.Headers[HeaderNames.WWWAuthenticate], challenges.ToArray());