4 overrides of GetValue
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\ReflectionModel\ReflectionField.cs (1)
55
public override object?
GetValue
(object? instance)
System\ComponentModel\Composition\ReflectionModel\ReflectionMethod.cs (1)
50
public override object
GetValue
(object? instance)
System\ComponentModel\Composition\ReflectionModel\ReflectionProperty.cs (1)
116
public override object?
GetValue
(object? instance)
System\ComponentModel\Composition\ReflectionModel\ReflectionType.cs (1)
44
public override object?
GetValue
(object? instance)
2 references to GetValue
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ExportingMember.cs (1)
46
exportedValue = _member.
GetValue
(instance);
System\ComponentModel\Composition\ReflectionModel\ImportingMember.cs (1)
130
collectionObject = _member.
GetValue
(instance);