1 write to BinderModelName
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
DefaultApiDescriptionProvider.cs (1)
548
BinderModelName
= bindingInfo?.BinderModelName;
3 references to BinderModelName
Microsoft.AspNetCore.Mvc.ApiExplorer (3)
DefaultApiDescriptionProvider.cs (3)
639
if (modelMetadata.ContainerType != null || !string.IsNullOrEmpty(bindingContext.
BinderModelName
))
699
var propertyName = !string.IsNullOrEmpty(metadata.
BinderModelName
) ? metadata.
BinderModelName
: metadata.PropertyName;