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)
194foreach (var superType in _superTypes.Where(t => t.IsAssignableFrom(actualType)))