1 instantiation of TypedPartExportDescriptorProvider
System.Composition.TypedParts (1)
System\Composition\Hosting\ContainerConfiguration.cs (1)
39
providers.Add(new
TypedPartExportDescriptorProvider
(typeSet.Item1, ac));
1 reference to TypedPartExportDescriptorProvider
System.Composition.TypedParts (1)
System\Composition\Debugging\ContainerConfigurationDebuggerProxy.cs (1)
65
var activationFeatures =
TypedPartExportDescriptorProvider
.DebugGetActivationFeatures(ac);