4 writes to _openParenToken
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
23470Me._openParenToken = openParenToken 23494Me._openParenToken = openParenToken 23517Me._openParenToken = openParenToken 23544Me._openParenToken = _openParenToken
7 references to _openParenToken
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
23583writer.WriteValue(Me._openParenToken) 23614Return Me._openParenToken 23677Return Me._openParenToken 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) 40452If node._openParenToken IsNot newOpenParenToken Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
25676return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TernaryConditionalExpressionSyntax)._openParenToken, Me.GetChildPosition(1), Me.GetChildIndex(1))