6 references to CommaToken
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Main.Generated.vb (2)
5402Dim newCommaToken = DirectCast(VisitToken(node.CommaToken).Node, InternalSyntax.PunctuationSyntax) 5403If node.CommaToken.Node IsNot newCommaToken Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (2)
35865return Update(Me.CommaToken, value) 35906If commaToken <> Me.CommaToken OrElse value IsNot Me.Value Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
21730Assert.NotNull(objectUnderTest.commaToken) 21732Dim withObj = objectUnderTest.WithCommaToken(objectUnderTest.CommaToken).WithValue(objectUnderTest.Value)