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