Home
last modified time | relevance | path

Searched refs:TypedPartExportDescriptorProvider (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.TypedParts/src/System/Composition/TypedParts/
H A DTypedPartExportDescriptorProvider.cs15 internal class TypedPartExportDescriptorProvider : ExportDescriptorProvider class
19 …public TypedPartExportDescriptorProvider(IEnumerable<Type> types, AttributedModelProvider attribut… in TypedPartExportDescriptorProvider() method in System.Composition.TypedParts.TypedPartExportDescriptorProvider
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.TypedParts/src/System/Composition/Debugging/
H A DContainerConfigurationDebuggerProxy.cs66 … var activationFeatures = TypedPartExportDescriptorProvider.DebugGetActivationFeatures(ac); in InitDiscovery()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.TypedParts/src/System/Composition/Hosting/
H A DContainerConfiguration.cs40 providers.Add(new TypedPartExportDescriptorProvider(typeSet.Item1, ac)); in CreateContainer()