private void Dump(CallGraph cg) { var sw = new StringWriter(); cg.Write(sw); Debug.Print("{0}", sw.ToString()); }