3 references to ConstantValue
Microsoft.AspNetCore.Http.Extensions.Tests (3)
RequestDelegateGenerator\RequestDelegateCreationTests.AsParameters.cs (3)
281httpContext.Request.RouteValues[nameof(ParameterListWithReadOnlyProperties.ConstantValue)] = routeParamValue.ToString(NumberFormatInfo.InvariantInfo); 289Assert.Equal(expectedInput.ConstantValue, input.ConstantValue);