Determine if function is a non-static member function that has an implicit 'this' expression.
The aggregate it is a member of, or null. Contracts: Both isThis() and isNested() should return true if function needs a dual-context pointer, otherwise if isThis() returns true, isNested() should return false.
See Implementation
Determine if function is a non-static member function that has an implicit 'this' expression.