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)
234
_propertyExports
.Add(Tuple.Create(propertyFilter, exportConfiguration, default(Type)));
279
_propertyExports
.Add(Tuple.Create(propertyFilter, exportConfiguration, typeof(T)));
733
if (_propertyImports.Count != 0 ||
_propertyExports
.Count != 0)
782
foreach (Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ExportConventionBuilder>, Type> exportSpecification in
_propertyExports
)