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