4 writes to _secondCommaToken
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
23478Me._secondCommaToken = secondCommaToken 23502Me._secondCommaToken = secondCommaToken 23525Me._secondCommaToken = secondCommaToken 23564Me._secondCommaToken = _secondCommaToken
7 references to _secondCommaToken
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
23587writer.WriteValue(Me._secondCommaToken) 23650Return Me._secondCommaToken 23685Return Me._secondCommaToken 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) 40460If node._secondCommaToken IsNot newSecondCommaToken Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
25748return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TernaryConditionalExpressionSyntax)._secondCommaToken, Me.GetChildPosition(5), Me.GetChildIndex(5))