1 write to _superTypes
Microsoft.Extensions.Validation (1)
ValidatableTypeInfo.cs (1)
37
_superTypes
= type.GetAllImplementedTypes();
2 references to _superTypes
Microsoft.Extensions.Validation (2)
ValidatableTypeInfo.cs (2)
90
foreach (var superType in
_superTypes
)
291
foreach (var superType in
_superTypes
.Where(t => t.IsAssignableFrom(actualType)))