on AOT with Intercepter, Reflection(GetValue) for Virtual Property of zero value causes crush. · Issue #19761 · xamarin/xamarin-macios

Steps to Reproduce profject.file <UseInterpreter>true</UseInterpreter> <MtouchInterpreter>-all</MtouchInterpreter> namespace iOSApp2 { public class Sample { public virtual int Value { get; set; } }...