1 write to _superTypes
Microsoft.Extensions.Validation (1)
ValidatableTypeInfo.cs (1)
31
_superTypes
= type.GetAllImplementedTypes();
1 reference to _superTypes
Microsoft.Extensions.Validation (1)
ValidatableTypeInfo.cs (1)
194
foreach (var superType in
_superTypes
.Where(t => t.IsAssignableFrom(actualType)))