9 references to InferParameterBindingSources
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\InferParameterBindingInfoConvention.cs (1)
76InferParameterBindingSources(action);
Microsoft.AspNetCore.Mvc.Core.Test (8)
ApplicationModels\InferParameterBindingInfoConventionTest.cs (8)
67var ex = Assert.Throws<InvalidOperationException>(() => convention.InferParameterBindingSources(action)); 86var ex = Assert.Throws<InvalidOperationException>(() => convention.InferParameterBindingSources(action)); 105var ex = Assert.Throws<InvalidOperationException>(() => convention.InferParameterBindingSources(action)); 119convention.InferParameterBindingSources(action); 153convention.InferParameterBindingSources(action); 179convention.InferParameterBindingSources(action); 205convention.InferParameterBindingSources(action); 524convention.InferParameterBindingSources(actionModel);