示例#1
0
 public static BoundRoot Root(SyntaxNode syntax, BoundFile file)
 {
     return(new BoundRoot(syntax, file));
 }
示例#2
0
 public BoundRoot(SyntaxNode syntax, BoundFile file)
     : base(syntax)
 {
     File = file;
 }