1 write to Inner
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\ModelBinderFactory.cs (1)
163
placeholderBinder.
Inner
= result ?? NoOpBinder.Instance;
2 references to Inner
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\PlaceholderBinder.cs (2)
20
Debug.Assert(
Inner
is not null, "Inner must be resolved before BindModelAsync can be called.");
22
return
Inner
.BindModelAsync(bindingContext);