KathleenDollard / RoslynDOM

68 stars 16 forks source link

Invocation Statement and Expression support #76

Closed KathleenDollard closed 9 years ago

KathleenDollard commented 9 years ago

To use the information in an invocation you need to know the name, and argument information. This is the first Expression with a clear usage, so it also requires a little pipeline work to lay the foundation for other expressions as I understand their use.

Invocation statements and expressions are not differentiated in the minds of most people (I don't think). Thus, Invocation statements will surface all the invocation expression information directly (redirecting).

KathleenDollard commented 9 years ago

I have provided Invocation support that I'm happy with (and testing in some CodeFirstMetadata work.

However, there is a remaining issues - which I will add as separate items.