4 references to ExportDefinition
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\AttributedModel\AttributedExportDefinition.cs (1)
22: base(contractName, (IDictionary<string, object?>?)null)
System\ComponentModel\Composition\Primitives\Export.cs (2)
59: this(new ExportDefinition(contractName, (IDictionary<string, object?>?)null), exportedValueGetter) 92: this(new ExportDefinition(contractName, metadata), exportedValueGetter)
System\ComponentModel\Composition\ReflectionModel\ReflectionModelServices.cs (1)
468: base(contractName, (IDictionary<string, object?>?)null)