public static BoundRoot Root(SyntaxNode syntax, BoundFile file) { return(new BoundRoot(syntax, file)); }
public BoundRoot(SyntaxNode syntax, BoundFile file) : base(syntax) { File = file; }