1 write to _implementedInterfaces
Microsoft.Extensions.Validation (1)
ValidatableTypeInfo.cs (1)
37
_implementedInterfaces
= type.GetInterfaces();
2 references to _implementedInterfaces
Microsoft.Extensions.Validation (2)
ValidatableTypeInfo.cs (2)
92
foreach (var @interface in
_implementedInterfaces
)
409
foreach (var @interface in
_implementedInterfaces
)