4 references to TestParameterHolder
Microsoft.Extensions.Validation.Tests (4)
RuntimeValidatableParameterInfoResolverTests.cs (4)
149
return typeof(
TestParameterHolder
)
150
.GetMethod(nameof(
TestParameterHolder
.Method))!
157
return typeof(
TestParameterHolder
)
158
.GetMethod(nameof(
TestParameterHolder
.MethodWithNullable))!