KirillOsenkov / RoslynQuoter

Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
http://roslynquoter.azurewebsites.net
Apache License 2.0
922 stars 118 forks source link

Add proper support for $"" literals #8

Closed KirillOsenkov closed 8 years ago

KirillOsenkov commented 8 years ago

See also https://github.com/dotnet/roslyn/issues/9424

KirillOsenkov commented 8 years ago

This is now fixed.