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