6 references to Whitespace
Microsoft.CodeAnalysis.VisualBasic (6)
Syntax\InternalSyntax\SyntaxFactory.vb (6)
15
Friend Shared ReadOnly Space As SyntaxTrivia =
Whitespace
(" ")
21
Friend Shared ReadOnly ElasticSpace As SyntaxTrivia =
Whitespace
(" ", elastic:=True)
24
Friend Shared ReadOnly ElasticZeroSpace As SyntaxTrivia =
Whitespace
(String.Empty, elastic:=True)
79
Whitespace
(" "),
80
Whitespace
(" "),
81
Whitespace
(" ")