1 write to _boundConstructorPropertyMapping
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelMetadata.cs (1)
695
_boundConstructorPropertyMapping
= propertyMapping;
3 references to _boundConstructorPropertyMapping
Microsoft.AspNetCore.Mvc.Abstractions (3)
ModelBinding\ModelMetadata.cs (3)
185
return
_boundConstructorPropertyMapping
;
656
[MemberNotNull(nameof(_parameterMapping), nameof(
_boundConstructorPropertyMapping
))]
662
Debug.Assert(
_boundConstructorPropertyMapping
!= null);