josephwoodward / VSCodeILViewer

A Visual Studio Code C# IL (Intermediate Language) Viewer
MIT License
98 stars 17 forks source link

Internal type access #5

Open josephwoodward opened 7 years ago

josephwoodward commented 7 years ago

Add solution to open up internal types to work with more classes (currently will result in inaccessible due to its protection level error).

One option is to open them up in Roslyn within the syntax tree?