public FunctionCallExpression(SourceSpan location, Prototype functionPrototype, IEnumerable <IExpression> args) { Location = location; FunctionPrototype = functionPrototype; Arguments = args.ToImmutableArray( ); }