2 overrides of SetValue
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ReflectionField.cs (1)
60public override void SetValue(object? instance, object? value)
System\ComponentModel\Composition\ReflectionModel\ReflectionProperty.cs (1)
126public 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);