1 write to ContractType
System.Composition.AttributedModel (1)
System\Composition\ExportAttribute.cs (1)
67ContractType = contractType;
3 references to ContractType
System.Composition.TypedParts (3)
System\Composition\TypedParts\Discovery\TypeInspector.cs (3)
63var contractType = export.ContractType ?? partTypeAsType; 89var contractType = export.ContractType ?? property.PropertyType; 92var exportKey = new CompositionContract(export.ContractType ?? property.PropertyType, export.ContractName);