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