11 references to GetCastedExportedValue
System.ComponentModel.Composition (11)
System\ComponentModel\Composition\ExportServices.cs (6)
78() => ExportServices.GetCastedExportedValue<T>(export), 86() => ExportServices.GetCastedExportedValue<T>(export), 97() => ExportServices.GetCastedExportedValue<T>(export), 103return new Lazy<T>(() => ExportServices.GetCastedExportedValue<T>(export), LazyThreadSafetyMode.PublicationOnly); 112() => ExportServices.GetCastedExportedValue<T>(export), 120() => ExportServices.GetCastedExportedValue<T>(export),
System\ComponentModel\Composition\Hosting\ExportProvider.GetExportOverrides.cs (2)
718result.Add(ExportServices.GetCastedExportedValue<T>(export)); 732return (export != null) ? ExportServices.GetCastedExportedValue<T>(export) : default;
System\ComponentModel\Composition\ReflectionModel\ExportfactoryCreator.LifetimeContext.cs (3)
24exportedValue = ExportServices.GetCastedExportedValue<T>(exportProduct); 33exportedValue = ExportServices.GetCastedExportedValue<T>(exportProduct); 39var factoryPartDefinition = ExportServices.GetCastedExportedValue<ComposablePartDefinition>(export);