4 writes to _whenTrue
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
23476Me._whenTrue = whenTrue 23500Me._whenTrue = whenTrue 23523Me._whenTrue = whenTrue 23559Me._whenTrue = _whenTrue
7 references to _whenTrue
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
23586writer.WriteValue(Me._whenTrue) 23641Return Me._whenTrue 23683Return Me._whenTrue 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) 40457Dim newWhenTrue = DirectCast(Visit(node._whenTrue), ExpressionSyntax) 40458If node._whenTrue IsNot newWhenTrue Then anyChanges = True