4 writes to _commaToken
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
22447
Me.
_commaToken
= commaToken
22466
Me.
_commaToken
= commaToken
22484
Me.
_commaToken
= commaToken
22512
Me.
_commaToken
= _commaToken
18 references to _commaToken
Microsoft.CodeAnalysis.VisualBasic (18)
Generated\Syntax.xml.Internal.Generated.vb (14)
22531
writer.WriteValue(Me.
_commaToken
)
22568
Return Me.
_commaToken
22636
Return Me.
_commaToken
22649
Return new CTypeExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _keyword, _openParenToken, _expression,
_commaToken
, _type, _closeParenToken)
22653
Return new CTypeExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _keyword, _openParenToken, _expression,
_commaToken
, _type, _closeParenToken)
22706
Return Me.
_commaToken
22719
Return new DirectCastExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _keyword, _openParenToken, _expression,
_commaToken
, _type, _closeParenToken)
22723
Return new DirectCastExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _keyword, _openParenToken, _expression,
_commaToken
, _type, _closeParenToken)
22776
Return Me.
_commaToken
22789
Return new TryCastExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _keyword, _openParenToken, _expression,
_commaToken
, _type, _closeParenToken)
22793
Return new TryCastExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _keyword, _openParenToken, _expression,
_commaToken
, _type, _closeParenToken)
40313
If node.
_commaToken
IsNot newCommaToken Then anyChanges = True
40336
If node.
_commaToken
IsNot newCommaToken Then anyChanges = True
40359
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))