2 references to IsMatchingName
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\SuppressChildValidationMetadataProvider.cs (2)
72
if (
IsMatchingName
(context.Key.ModelType))
97
return
IsMatchingName
(type.BaseType);