4 references to ActualType
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\ReflectionModel\ImportingItem.cs (1)
79
return CastSingleExportToImportType(ImportType.
ActualType
, exports[0]);
System\ComponentModel\Composition\ReflectionModel\ImportingMember.cs (3)
110
Type? itemType = CollectionServices.GetCollectionElementType(ImportType.
ActualType
);
145
ConstructorInfo? constructor = ImportType.
ActualType
.GetConstructor(Type.EmptyTypes);
160
ImportType.
ActualType
.FullName),