2 references to BoundConstructorParameterMapping
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelMetadata.cs (1)
176/// This is the inverse mapping of <see cref="BoundConstructorParameterMapping"/>.
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Validation\DefaultComplexObjectValidationStrategy.cs (1)
96if (!_modelMetadata.BoundConstructorParameterMapping.TryGetValue(parameter, out var property))