1 write to _recordTypeValidatorsOnPropertiesError
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelMetadata.cs (1)
687
_recordTypeValidatorsOnPropertiesError
= new InvalidOperationException(
2 references to _recordTypeValidatorsOnPropertiesError
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelMetadata.cs (2)
635
if (
_recordTypeValidatorsOnPropertiesError
!= null)
637
throw
_recordTypeValidatorsOnPropertiesError
;