2 references to IsDescendentOf
System.Composition.Convention (2)
System\Composition\Convention\ConventionBuilder.cs (2)
37var partBuilder = new PartConventionBuilder<T>((t) => IsDescendentOf(t, typeof(T))); 55var partBuilder = new PartConventionBuilder((t) => IsDescendentOf(t, type));