2 overrides of WriteTokenTo
Microsoft.CodeAnalysis.CSharp (1)
Syntax\InternalSyntax\SyntaxToken.cs (1)
405protected override void WriteTokenTo(System.IO.TextWriter writer, bool leading, bool trailing)
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\InternalSyntax\SyntaxToken.vb (1)
287Protected Overrides Sub WriteTokenTo(writer As System.IO.TextWriter, leading As Boolean, trailing As Boolean)
1 reference to WriteTokenTo
Microsoft.CodeAnalysis (1)
Syntax\GreenNode.cs (1)
679currentNode.WriteTokenTo(writer, currentLeading, currentTrailing);