3 references to GetImportInfo
System.Composition.TypedParts (3)
System\Composition\TypedParts\ActivationFeatures\PropertyInjectionFeature.cs (1)
35
select new { Site = site, ImportInfo = ContractHelpers.
GetImportInfo
(pi.PropertyType, attrs, site) }).ToArray();
System\Composition\TypedParts\ContractHelpers.cs (1)
21
importInfo =
GetImportInfo
(memberType, attributes, site);
System\Composition\TypedParts\Discovery\DiscoveredPart.cs (1)
122
var importInfo = ContractHelpers.
GetImportInfo
(pi.ParameterType, _attributeContext.GetDeclaredAttributes(partTypeAsType, pi), site);