Metalama
Metalama copied to clipboard
NotifyPropertyChanged: support for non-virtual method calls in the current type
To analyze the methods called by property getters when they are in the current type.
Result of method analysis Foo(this, a, b c) => { "this.A", "a.P" } Invoke method: Foo(c, e, f, g) { "c.A", "e.P" }