4 writes to _firstCommaToken
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
23474Me._firstCommaToken = firstCommaToken 23498Me._firstCommaToken = firstCommaToken 23521Me._firstCommaToken = firstCommaToken 23554Me._firstCommaToken = _firstCommaToken
7 references to _firstCommaToken
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
23585writer.WriteValue(Me._firstCommaToken) 23632Return Me._firstCommaToken 23681Return Me._firstCommaToken 23698Return new TernaryConditionalExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _ifKeyword, _openParenToken, _condition, _firstCommaToken, _whenTrue, _secondCommaToken, _whenFalse, _closeParenToken) 23702Return new TernaryConditionalExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _ifKeyword, _openParenToken, _condition, _firstCommaToken, _whenTrue, _secondCommaToken, _whenFalse, _closeParenToken) 40456If node._firstCommaToken IsNot newFirstCommaToken Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
25712return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TernaryConditionalExpressionSyntax)._firstCommaToken, Me.GetChildPosition(3), Me.GetChildIndex(3))