Exemplo n.º 1
0
 public static void DumpSyntaxTree(this Query query, string declarationFilter, string description)
 {
     CodeAnalysisUtil.DumpSyntaxTree(query, declarationFilter, description);
 }
Exemplo n.º 2
0
 public static void DumpSyntaxTree(this SyntaxTree syntaxTree, string declarationFilter, string description)
 {
     CodeAnalysisUtil.DumpSyntaxTree(syntaxTree, declarationFilter, description);
 }
Exemplo n.º 3
0
 public static void DumpSyntaxTree(this Query query)
 {
     CodeAnalysisUtil.DumpSyntaxTree(query, null, null);
 }
Exemplo n.º 4
0
 public static void DumpSyntaxTree(this SyntaxTree syntaxTree)
 {
     CodeAnalysisUtil.DumpSyntaxTree(syntaxTree, null, null);
 }