1 instantiation of ImportInfo
System.Composition.TypedParts (1)
System\Composition\TypedParts\ContractHelpers.cs (1)
92return new ImportInfo(importedContract, allowDefault);
4 references to ImportInfo
System.Composition.TypedParts (4)
System\Composition\CompositionContextExtensions.cs (1)
64ImportInfo importInfo;
System\Composition\TypedParts\ContractHelpers.cs (2)
17public static bool TryGetExplicitImportInfo(Type memberType, object[] attributes, object site, out ImportInfo importInfo) 29public static ImportInfo GetImportInfo(Type memberType, object[] attributes, object site)
System\Composition\TypedParts\Discovery\DiscoveredPart.cs (1)
122var importInfo = ContractHelpers.GetImportInfo(pi.ParameterType, _attributeContext.GetDeclaredAttributes(partTypeAsType, pi), site);