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)
185return _boundConstructorPropertyMapping; 656[MemberNotNull(nameof(_parameterMapping), nameof(_boundConstructorPropertyMapping))] 662Debug.Assert(_boundConstructorPropertyMapping != null);