Creates a new method invocation.
The configuration arguments for the method invocation
Writes the method invocation to the writer.
The writer to write to
Returns the string representation of the AST node. This method creates a new Writer instance and writes the node's content to it.
The string representation of the AST node
Represents a method invocation in C#. This class handles the generation of method calls including instance method invocations, async calls, and parameter passing.