4 writes to RouteParameterNames
Microsoft.AspNetCore.Http.Extensions.Tests (3)
RequestDelegateFactoryTests.cs (3)
249new() { RouteParameterNames = null }); 291RequestDelegateFactory.Create(([FromRoute] int id) => { }, new() { RouteParameterNames = Array.Empty<string>() })); 1569RouteParameterNames = routeParam is not null ? new[] { paramName } : Array.Empty<string>()
Microsoft.AspNetCore.Routing (1)
RouteEndpointDataSource.cs (1)
277RouteParameterNames = ProduceRouteParamNames(),
1 reference to RouteParameterNames
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
286RouteParameters = options?.RouteParameterNames,