8 references to ValidatablePropertyInfo
Microsoft.Extensions.Validation (8)
DisplayNameInfo.cs (1)
11/// Each <see cref="ValidatablePropertyInfo"/>, <see cref="ValidatableParameterInfo"/>, and
ValidatablePropertyInfo.cs (1)
18/// Creates a new instance of <see cref="ValidatablePropertyInfo"/>.
ValidatableTypeInfo.cs (6)
30IReadOnlyList<ValidatablePropertyInfo> members, 54internal IReadOnlyList<ValidatablePropertyInfo> Members { get; } 63/// Finds the <see cref="ValidatablePropertyInfo"/> for a member with the specified 81/// <returns>The matching <see cref="ValidatablePropertyInfo"/>, or <see langword="null"/> if no 83internal ValidatablePropertyInfo? FindMember(string memberName, ValidationOptions options) 103private ValidatablePropertyInfo? FindLocalMember(string memberName)