2 references to CompositionContract
System.Composition.Hosting (1)
System\Composition\Hosting\Providers\CurrentScope\CurrentScopeExportDescriptorProvider.cs (1)
11
private static readonly CompositionContract s_currentScopeContract = new
CompositionContract
(typeof(CompositionContext));
System.Composition.TypedParts (1)
System\Composition\TypedParts\ContractHelpers.cs (1)
31
var importedContract = new
CompositionContract
(memberType);