2 overrides of WriteTokenTo
Microsoft.CodeAnalysis.CSharp (1)
Syntax\InternalSyntax\SyntaxToken.cs (1)
405
protected override void
WriteTokenTo
(System.IO.TextWriter writer, bool leading, bool trailing)
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\InternalSyntax\SyntaxToken.vb (1)
287
Protected 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)
679
currentNode.
WriteTokenTo
(writer, currentLeading, currentTrailing);