We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed87e9 commit ed7453bCopy full SHA for ed7453b
TaskLayer/SearchTask/SearchTask.cs
@@ -96,8 +96,6 @@ protected override string SpecificTaskInfo
96
97
public static IEnumerable<Type> GetSubclassesAndItself(Type type)
98
{
99
- foreach (var ok in type.Assembly.GetTypes().Where(t => t.IsSubclassOf(type)))
100
- yield return ok;
101
yield return type;
102
}
103
0 commit comments