4 references to TestParameterHolder
Microsoft.AspNetCore.Http.Abstractions.Tests (4)
Validation\RuntimeValidatableParameterInfoResolverTests.cs (4)
155
return typeof(
TestParameterHolder
)
156
.GetMethod(nameof(
TestParameterHolder
.Method))!
163
return typeof(
TestParameterHolder
)
164
.GetMethod(nameof(
TestParameterHolder
.MethodWithNullable))!