11 references to GetCastedExportedValue
System.ComponentModel.Composition (11)
System\ComponentModel\Composition\ExportServices.cs (6)
84
() => ExportServices.
GetCastedExportedValue
<T>(export),
92
() => ExportServices.
GetCastedExportedValue
<T>(export),
103
() => ExportServices.
GetCastedExportedValue
<T>(export),
109
return new Lazy<T>(() => ExportServices.
GetCastedExportedValue
<T>(export), LazyThreadSafetyMode.PublicationOnly);
118
() => ExportServices.
GetCastedExportedValue
<T>(export),
126
() => 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);