3 writes to _commaToken
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
17690
Me.
_commaToken
= commaToken
17709
Me.
_commaToken
= commaToken
17727
Me.
_commaToken
= commaToken
17 references to _commaToken
Microsoft.CodeAnalysis.VisualBasic (17)
Generated\Syntax.xml.Internal.Generated.vb (13)
17767
Return Me.
_commaToken
17824
Return Me.
_commaToken
17837
Return new CTypeExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _keyword, _openParenToken, _expression,
_commaToken
, _type, _closeParenToken)
17841
Return new CTypeExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _keyword, _openParenToken, _expression,
_commaToken
, _type, _closeParenToken)
17883
Return Me.
_commaToken
17896
Return new DirectCastExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _keyword, _openParenToken, _expression,
_commaToken
, _type, _closeParenToken)
17900
Return new DirectCastExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _keyword, _openParenToken, _expression,
_commaToken
, _type, _closeParenToken)
17942
Return Me.
_commaToken
17955
Return new TryCastExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _keyword, _openParenToken, _expression,
_commaToken
, _type, _closeParenToken)
17959
Return new TryCastExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _keyword, _openParenToken, _expression,
_commaToken
, _type, _closeParenToken)
32385
If node.
_commaToken
IsNot newCommaToken Then anyChanges = True
32408
If node.
_commaToken
IsNot newCommaToken Then anyChanges = True
32431
If node.
_commaToken
IsNot newCommaToken Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (4)
24208
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CastExpressionSyntax).
_commaToken
, Me.GetChildPosition(3), Me.GetChildIndex(3))
24371
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CTypeExpressionSyntax).
_commaToken
, Me.GetChildPosition(3), Me.GetChildIndex(3))
24613
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DirectCastExpressionSyntax).
_commaToken
, Me.GetChildPosition(3), Me.GetChildIndex(3))
24855
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TryCastExpressionSyntax).
_commaToken
, Me.GetChildPosition(3), Me.GetChildIndex(3))