1 write to _propertyExports
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\PartBuilder.cs (1)
40
_propertyExports
= new List<Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ExportBuilder>, Type>>();
4 references to _propertyExports
System.ComponentModel.Composition.Registration (4)
System\ComponentModel\Composition\Registration\PartBuilder.cs (4)
131
_propertyExports
.Add(Tuple.Create(propertyFilter, exportConfiguration, default(Type)));
155
_propertyExports
.Add(Tuple.Create(propertyFilter, exportConfiguration, typeof(T)));
446
if (_propertyImports.Count != 0 ||
_propertyExports
.Count != 0)
497
foreach (Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ExportBuilder>, Type> exportSpecification in
_propertyExports
)