11 instantiations of ValidateObjectMembersAttribute
Microsoft.Extensions.Http.Resilience (11)
Hedging\HedgingEndpointOptions.cs (3)
27
[
ValidateObjectMembers
]
40
[
ValidateObjectMembers
]
54
[
ValidateObjectMembers
]
Hedging\HttpStandardHedgingResilienceOptions.cs (3)
47
[
ValidateObjectMembers
]
60
[
ValidateObjectMembers
]
73
[
ValidateObjectMembers
]
Resilience\HttpStandardResilienceOptions.cs (5)
39
[
ValidateObjectMembers
]
52
[
ValidateObjectMembers
]
65
[
ValidateObjectMembers
]
78
[
ValidateObjectMembers
]
92
[
ValidateObjectMembers
]
3 references to ValidateObjectMembersAttribute
Microsoft.Extensions.Options (2)
ValidateObjectMembersAttribute.cs (2)
16
/// Initializes a new instance of the <see cref="
ValidateObjectMembersAttribute
"/> class.
27
/// Initializes a new instance of the <see cref="
ValidateObjectMembersAttribute
"/> class.
Microsoft.Extensions.Options.DataAnnotations (1)
DataAnnotationValidateOptions.cs (1)
111
if (propertyInfo.GetCustomAttribute<
ValidateObjectMembersAttribute
>() is not null)