3 references to LoopyModel
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
ComplexRecordIntegrationTest.cs (3)
3298private 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 " + 3314ParameterType = typeof(LoopyModel),