7 references to PropertyInfo
Microsoft.AspNetCore.Mvc.Abstractions (5)
ModelBinding\Metadata\ModelMetadataIdentity.cs (3)
187PropertyInfo == other.PropertyInfo && 206hash.Add(PropertyInfo);
ModelBinding\ModelMetadata.cs (2)
760ModelMetadataKind.Property => Identity.PropertyInfo != null ? nullabilityContext.Create(Identity.PropertyInfo!) : null,
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsMetadataProvider.cs (2)
339var property = context.Key.PropertyInfo; 432ModelMetadataKind.Property => nullabilityContext.Create(context.Key.PropertyInfo!),