21 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)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicDocumentationCommentService.vb (1)
46Return If(value Is Nothing, Nothing, value.TextTokens)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Completion\CompletionProviders\XmlDocCommentCompletionProvider.vb (1)
332Return DirectCast(DirectCast(attribute, XmlAttributeSyntax).Value, XmlStringSyntax).TextTokens.GetValueText()
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\Documentation\BasicAvoidUsingCrefTagsWithAPrefix.vb (1)
31ProcessAttribute(context, value.TextTokens)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
Classification\Worker.DocumentationCommentClassifier.vb (2)
268ClassifyLangWordTextTokenList(node.TextTokens) 323ClassifyXmlTextTokens(node.TextTokens)
Classification\Worker.XmlClassifier.vb (1)
152For Each textToken In node.TextTokens
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicDocumentationCommentService.vb (1)
46Return If(value Is Nothing, Nothing, value.TextTokens)
Roslyn.Diagnostics.VisualBasic.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicDocumentationCommentService.vb (1)
46Return If(value Is Nothing, Nothing, value.TextTokens)