7 references to ValidatablePropertyInfo
Microsoft.Extensions.Validation (7)
DisplayNameInfo.cs (1)
11/// Each <see cref="ValidatablePropertyInfo"/>, <see cref="ValidatableParameterInfo"/>, and
ValidatablePropertyInfo.cs (1)
19/// Creates a new instance of <see cref="ValidatablePropertyInfo"/>.
ValidatableTypeInfo.cs (5)
30IReadOnlyList<ValidatablePropertyInfo> members, 54internal IReadOnlyList<ValidatablePropertyInfo> Members { get; } 63/// Finds the <see cref="ValidatablePropertyInfo"/> for a member with the specified 81/// <param name="validatablePropertyInfo">The matching <see cref="ValidatablePropertyInfo"/>, or <see langword="null"/> if no 116private ValidatablePropertyInfo? FindLocalMember(string memberName)