1 write to _propertyExports
System.Composition.Convention (1)
System\Composition\Convention\PartConventionBuilder.cs (1)
44
_propertyExports
= new List<Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ExportConventionBuilder>, Type>>();
4 references to _propertyExports
System.Composition.Convention (4)
System\Composition\Convention\PartConventionBuilder.cs (4)
204
_propertyExports
.Add(Tuple.Create(propertyFilter, exportConfiguration, default(Type)));
240
_propertyExports
.Add(Tuple.Create(propertyFilter, exportConfiguration, typeof(T)));
664
if (_propertyImports.Count != 0 ||
_propertyExports
.Count != 0)
713
foreach (Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ExportConventionBuilder>, Type> exportSpecification in
_propertyExports
)