4 writes to _secondExpression
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _secondExpression
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
23346writer.WriteValue(Me._secondExpression)
23399Return Me._secondExpression
23423Return Me._secondExpression
23434Return new BinaryConditionalExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _ifKeyword, _openParenToken, _firstExpression, _commaToken, _secondExpression, _closeParenToken)
23438Return new BinaryConditionalExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _ifKeyword, _openParenToken, _firstExpression, _commaToken, _secondExpression, _closeParenToken)
40434Dim newSecondExpression = DirectCast(Visit(node._secondExpression), ExpressionSyntax)
40435If node._secondExpression IsNot newSecondExpression Then anyChanges = True