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