1 write to _boundProperties
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelMetadata.cs (1)
153
_boundProperties
= boundProperties;
2 references to _boundProperties
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelMetadata.cs (2)
138
if (
_boundProperties
is null)
156
return
_boundProperties
;