Base:
2 references to DefaultValue
Microsoft.AspNetCore.Http.Extensions.Tests (2)
PropertyAsParameterInfoTests.cs (2)
158Assert.NotNull(parameterInfo.DefaultValue); 159Assert.IsType<int>(parameterInfo.DefaultValue);