1 override of Constraint
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Primitives\ContractBasedImportDefinition.cs (1)
272public override Expression<Func<ExportDefinition, bool>> Constraint =>
7 references to Constraint
System.ComponentModel.Composition (7)
System\ComponentModel\Composition\ConstraintServices.cs (1)
207Expression.Invoke(productImportDefinition.Constraint,
System\ComponentModel\Composition\Primitives\ImportDefinition.cs (6)
32/// Derived types calling this constructor must override the <see cref="Constraint"/> 241/// Executes of the constraint provided by the <see cref="Constraint"/> property 256/// <see cref="Constraint"/> property but the result should remain consistent. 266_compiledConstraint ??= Constraint.Compile(); 275/// A <see cref="string"/> containing the value of the <see cref="Constraint"/> property. 279return Constraint.Body.ToString();