2 references to TryGetExport
System.Composition.Runtime (2)
System\Composition\CompositionContext.cs (2)
62return TryGetExport(exportType, null, out export); 107if (!TryGetExport(typeof(TExport), contractName, out object untypedExport))