1 write to _getContractNameFromPartType
System.Composition.Convention (1)
System\Composition\Convention\ExportConventionBuilder.cs (1)
84_getContractNameFromPartType = getContractNameFromPartType;
2 references to _getContractNameFromPartType
System.Composition.Convention (2)
System\Composition\Convention\ExportConventionBuilder.cs (2)
142var contractName = (_getContractNameFromPartType != null) ? _getContractNameFromPartType(type) : _contractName;