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