4 writes to _commaToken
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
23256
Me.
_commaToken
= commaToken
23276
Me.
_commaToken
= commaToken
23295
Me.
_commaToken
= commaToken
23324
Me.
_commaToken
= _commaToken
7 references to _commaToken
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
23345
writer.WriteValue(Me.
_commaToken
)
23390
Return Me.
_commaToken
23421
Return Me.
_commaToken
23434
Return new BinaryConditionalExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _ifKeyword, _openParenToken, _firstExpression,
_commaToken
, _secondExpression, _closeParenToken)
23438
Return new BinaryConditionalExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _ifKeyword, _openParenToken, _firstExpression,
_commaToken
, _secondExpression, _closeParenToken)
40433
If node.
_commaToken
IsNot newCommaToken Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
25510
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.BinaryConditionalExpressionSyntax).
_commaToken
, Me.GetChildPosition(3), Me.GetChildIndex(3))