One more thing: how can I check whether lambda exp...
# getting-started
m
One more thing: how can I check whether lambda expression will be inlined? I can ascent until I meet ValueArgument/ValueArgumentList/CallExpression, but can't find a way to get method being called.
k
From what point of view do you want to check this?