Base:
property
ContractName
System.ComponentModel.Composition.Primitives.ExportDefinition.ContractName
2 references to ContractName
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
405string contractName = Translate(reflectionExport.ContractName, reflectionExport.Metadata.GetValue<int[]>(CompositionConstants.GenericExportParametersOrderMetadataName));
System\ComponentModel\Composition\ReflectionModel\ReflectionMemberExportDefinition.cs (1)
69$"{ToReflectionMember().GetDisplayName()} (ContractName=\"{ContractName}\")"; // NOLOC