19 references to TextTokens
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\Binder_XmlLiterals.vb (3)
73Return CreateStringLiteral(value, GetXmlString(value.TextTokens), compilerGenerated:=False, diagnostics:=diagnostics) 493Dim str = GetXmlString(DirectCast(valueSyntax, XmlStringSyntax).TextTokens) 1208namespaceName = GetXmlString(DirectCast(valueSyntax, XmlStringSyntax).TextTokens)
Compilation\DocumentationComments\DocumentationCommentCompiler.Common.vb (2)
315value = Binder.GetXmlString(DirectCast(xmlAttr.Value, XmlStringSyntax).TextTokens) 658Binder.GetXmlString(DirectCast(value, XmlStringSyntax).TextTokens),
Compilation\DocumentationComments\DocumentationCommentWalker.vb (2)
241Dim strValue = Binder.GetXmlString(str.TextTokens) 259For Each tk In str.TextTokens
Generated\Syntax.xml.Main.Generated.vb (2)
4871Dim newTextTokens = VisitList(node.TextTokens) 4872If node.TextTokens.Node IsNot newTextTokens.Node Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (4)
31718return Update(startQuoteToken, Me.TextTokens, Me.EndQuoteToken) 31744Return Me.WithTextTokens(Me.TextTokens.AddRange(items)) 31759return Update(Me.StartQuoteToken, Me.TextTokens, endQuoteToken) 31799If startQuoteToken <> Me.StartQuoteToken OrElse textTokens <> Me.TextTokens OrElse endQuoteToken <> Me.EndQuoteToken Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicDocumentationCommentService.vb (1)
46Return If(value Is Nothing, Nothing, value.TextTokens)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Completion\CompletionProviders\XmlDocCommentCompletionProvider.vb (1)
327Return DirectCast(DirectCast(attribute, XmlAttributeSyntax).Value, XmlStringSyntax).TextTokens.GetValueText()
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
21382Dim withObj = objectUnderTest.WithStartQuoteToken(objectUnderTest.StartQuoteToken).WithTextTokens(objectUnderTest.TextTokens).WithEndQuoteToken(objectUnderTest.EndQuoteToken)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
Classification\Worker.DocumentationCommentClassifier.vb (1)
252ClassifyXmlTextTokens(node.TextTokens)
Classification\Worker.XmlClassifier.vb (1)
152For Each textToken In node.TextTokens
VisualBasicDocumentationCommentService.vb (1)
46Return If(value Is Nothing, Nothing, value.TextTokens)