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