MSDN-WhiteKnight/CilTools

Remove duplicated call to CilGraph.ToSyntaxTree in CilBrowserPage

MSDN-WhiteKnight opened this issue · 0 comments

In public CilBrowserPage(MethodBase m, int start, int end, RoutedEventHandler navigation) constructor, CilGraph.ToSyntaxTree is called twice: in CilVisualization.VisualizeGraph and when generating plaintext view.