2 instantiations of PropertyImportSite
System.Composition.TypedParts (2)
System\Composition\CompositionContextExtensions.cs (1)
65
var site = new
PropertyImportSite
(pi);
System\Composition\TypedParts\ActivationFeatures\PropertyInjectionFeature.cs (1)
33
let site = new
PropertyImportSite
(pi)
3 references to PropertyImportSite
System.Composition.TypedParts (3)
System\Composition\CompositionContextExtensions.cs (1)
65
var
site = new PropertyImportSite(pi);
System\Composition\TypedParts\ActivationFeatures\PropertyInjectionFeature.cs (2)
68
.Where(dep => dep.Site is
PropertyImportSite
)
69
.ToDictionary(d => ((
PropertyImportSite
)d.Site).Property);