5 references to WriteTo
Microsoft.CodeAnalysis (5)
Syntax\GreenNode.cs (3)
614this.WriteTo(writer, leading: true, trailing: true); 622this.WriteTo(writer, leading: false, trailing: false); 628this.WriteTo(writer, leading: true, trailing: true);
Syntax\SyntaxNode.cs (1)
310this.Green.WriteTo(writer, leading: true, trailing: true);
Syntax\SyntaxToken.cs (1)
188Node?.WriteTo(writer, leading, trailing);