5 overrides of ReturnType
System.ComponentModel.Composition (5)
System\ComponentModel\Composition\ReflectionModel\ReflectionField.cs (1)
45public override Type ReturnType
System\ComponentModel\Composition\ReflectionModel\ReflectionMethod.cs (1)
40public override Type ReturnType
System\ComponentModel\Composition\ReflectionModel\ReflectionParameter.cs (1)
34public override Type ReturnType
System\ComponentModel\Composition\ReflectionModel\ReflectionProperty.cs (1)
92public override Type ReturnType
System\ComponentModel\Composition\ReflectionModel\ReflectionType.cs (1)
34public override Type ReturnType
2 references to ReturnType
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\AttributedModel\AttributedModelDiscovery.cs (1)
114ImportType importType = new ImportType(reflectionMember.ReturnType, attributedImport.Cardinality);
System\ComponentModel\Composition\ReflectionModel\ReflectionMemberImportDefinition.cs (1)
35return new ImportingMember(this, member, new ImportType(member.ReturnType, Cardinality));