Metalama icon indicating copy to clipboard operation
Metalama copied to clipboard

NotifyPropertyChanged: support for non-virtual method calls in the current type

Open PostSharpBot opened this issue 6 months ago • 1 comments

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" }

PostSharpBot avatar Jul 10 '25 10:07 PostSharpBot