1 reference to WriteInternal
CSharpSyntaxGenerator (1)
SourceWriter.cs (1)
25public static void WriteInternal(TextWriter writer, Tree tree, CancellationToken cancellationToken = default) => new SourceWriter(writer, tree, cancellationToken).WriteInternal();