4 writes to _whenTrue
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
23476
Me.
_whenTrue
= whenTrue
23500
Me.
_whenTrue
= whenTrue
23523
Me.
_whenTrue
= whenTrue
23559
Me.
_whenTrue
= _whenTrue
7 references to _whenTrue
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
23586
writer.WriteValue(Me.
_whenTrue
)
23641
Return Me.
_whenTrue
23683
Return Me.
_whenTrue
23698
Return new TernaryConditionalExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _ifKeyword, _openParenToken, _condition, _firstCommaToken,
_whenTrue
, _secondCommaToken, _whenFalse, _closeParenToken)
23702
Return new TernaryConditionalExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _ifKeyword, _openParenToken, _condition, _firstCommaToken,
_whenTrue
, _secondCommaToken, _whenFalse, _closeParenToken)
40457
Dim newWhenTrue = DirectCast(Visit(node.
_whenTrue
), ExpressionSyntax)
40458
If node.
_whenTrue
IsNot newWhenTrue Then anyChanges = True