10 references to EndCDataToken
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Main.Generated.vb (2)
4986
Dim newEndCDataToken = DirectCast(VisitToken(node.
EndCDataToken
).Node, InternalSyntax.PunctuationSyntax)
4987
If node.
EndCDataToken
.Node IsNot newEndCDataToken Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
32529
return Update(beginCDataToken, Me.TextTokens, Me.
EndCDataToken
)
32548
return Update(Me.BeginCDataToken, textTokens, Me.
EndCDataToken
)
32607
If beginCDataToken <> Me.BeginCDataToken OrElse textTokens <> Me.TextTokens OrElse endCDataToken <> Me.
EndCDataToken
Then
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Highlighting\KeywordHighlighters\XmlCDataHighlighter.vb (1)
27
highlights.Add(.
EndCDataToken
.Span)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
21447
Assert.NotNull(objectUnderTest.
endCDataToken
)
21448
Dim withObj = objectUnderTest.WithBeginCDataToken(objectUnderTest.BeginCDataToken).WithTextTokens(objectUnderTest.TextTokens).WithEndCDataToken(objectUnderTest.
EndCDataToken
)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Classification\Worker.DocumentationCommentClassifier.vb (1)
265
AddXmlClassification(node.
EndCDataToken
, ClassificationTypeNames.XmlDocCommentDelimiter)
Classification\Worker.XmlClassifier.vb (1)
192
AddTokenClassification(node.
EndCDataToken
, ClassificationTypeNames.XmlLiteralDelimiter)