3 references to LoopyModel1
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
ComplexRecordIntegrationTest.cs (3)
3403private record LoopyModel3([ModelBinder(typeof(SuccessfulModelBinder))] bool IsBound, LoopyModel1 Inner); 3411$"potential nesting of '{typeof(LoopyModel1)}'. For example, this type may have a property with a " + 3418ParameterType = typeof(LoopyModel1),