2 references to CreateReflectionProperty
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ReflectionExtensions.cs (2)
29
return ReflectionExtensions.
CreateReflectionProperty
((MethodInfo)accessors[0], (MethodInfo)accessors[1]);
85
return
CreateReflectionProperty
(property.GetGetMethod(true)!, property.GetSetMethod(true)!);