2 instantiations of TreeDumper
Microsoft.CodeAnalysis (2)
TreeDumper.cs (2)
70
return new
TreeDumper
().DoDumpCompact(root);
143
var dumper = new
TreeDumper
();
3 references to TreeDumper
Microsoft.CodeAnalysis (1)
TreeDumper.cs (1)
143
var
dumper = new TreeDumper();
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.cs (1)
963
return
TreeDumper
.DumpCompact(dumpAncestors());
Syntax\CSharpSyntaxNode.cs (1)
544
return
TreeDumper
.DumpCompact(makeTree(this));