[MonoDevelop] where are ICSharp.* namespaces defined?

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Apr 29 23:53:36 EDT 2010


On Thu, Apr 29, 2010 at 5:23 PM, Vasili I. Galchin <vigalchin at gmail.com> wrote:
> Hello,
>
>     I did a find/grep but determine where
>
> using ICSharpCode.NRefactory;
> using ICSharpCode.NRefactory.Ast;
> using ICSharpCode.NRefactory.PrettyPrinter;
>
> are defined. Maybe I missed the needle in the haystack :)

They're in NRefactory, which provides a C# and VB.NET parser. It's in
main/contrib/NRefactory.

> I am also looking for CSharpOutputVisitor ...

Maybe you would find the Go-to-Definition and Go-to-Type features in
MonoDevelop useful?

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list