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),
103
return 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)
718
result.Add(ExportServices.
GetCastedExportedValue
<T>(export));
732
return (export != null) ? ExportServices.
GetCastedExportedValue
<T>(export) : default;
System\ComponentModel\Composition\ReflectionModel\ExportfactoryCreator.LifetimeContext.cs (3)
24
exportedValue = ExportServices.
GetCastedExportedValue
<T>(exportProduct);
33
exportedValue = ExportServices.
GetCastedExportedValue
<T>(exportProduct);
39
var factoryPartDefinition = ExportServices.
GetCastedExportedValue
<ComposablePartDefinition>(export);