2 overrides of SetValue
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ReflectionField.cs (1)
60
public override void
SetValue
(object? instance, object? value)
System\ComponentModel\Composition\ReflectionModel\ReflectionProperty.cs (1)
126
public override void
SetValue
(object? instance, object? value)
1 reference to SetValue
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ReflectionModel\ImportingMember.cs (1)
64
_member.
SetValue
(instance, value);