3 references to LoopyModel
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
ComplexRecordIntegrationTest.cs (3)
3298
private record LoopyModel([ModelBinder(typeof(SuccessfulModelBinder))] bool IsBound,
LoopyModel
SelfReference);
3307
$"potential nesting of '{typeof(
LoopyModel
)}'. For example, this type may have a property with a " +
3314
ParameterType = typeof(
LoopyModel
),