5 references to TextTokens
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Internal.Generated.vb (1)
41126
Dim newTextTokens = VisitList(node.
TextTokens
)
Parser\ParseXml.vb (4)
147
If nextOption.Value.
TextTokens
.Node Is Nothing OrElse nextOption.Value.
TextTokens
.Node.ToFullString <> "1.0" Then
193
Dim stringValue = If(nextOption.Value.
TextTokens
.Node IsNot Nothing, nextOption.Value.
TextTokens
.Node.ToFullString, "")