2 references to SafeInvoke
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ReflectionProperty.cs (2)
123
return UnderlyingGetMethod!.
SafeInvoke
(instance);
132
UnderlyingSetMethod!.
SafeInvoke
(instance, value);