4 writes to _whenNotNull
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
33686
Me.
_whenNotNull
= whenNotNull
33702
Me.
_whenNotNull
= whenNotNull
33717
Me.
_whenNotNull
= whenNotNull
33737
Me.
_whenNotNull
= _whenNotNull
7 references to _whenNotNull
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
33747
writer.WriteValue(Me.
_whenNotNull
)
33785
Return Me.
_whenNotNull
33796
Return Me.
_whenNotNull
33805
Return new ConditionalAccessExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _expression, _questionMarkToken,
_whenNotNull
)
33809
Return new ConditionalAccessExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _expression, _questionMarkToken,
_whenNotNull
)
41574
Dim newWhenNotNull = DirectCast(Visit(node.
_whenNotNull
), ExpressionSyntax)
41575
If node.
_whenNotNull
IsNot newWhenNotNull Then anyChanges = True