3 writes to _whenNotNull
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
26427
Me.
_whenNotNull
= whenNotNull
26443
Me.
_whenNotNull
= whenNotNull
26458
Me.
_whenNotNull
= whenNotNull
6 references to _whenNotNull
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
26493
Return Me.
_whenNotNull
26504
Return Me.
_whenNotNull
26513
Return new ConditionalAccessExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _expression, _questionMarkToken,
_whenNotNull
)
26517
Return new ConditionalAccessExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _expression, _questionMarkToken,
_whenNotNull
)
33646
Dim newWhenNotNull = DirectCast(Visit(node.
_whenNotNull
), ExpressionSyntax)
33647
If node.
_whenNotNull
IsNot newWhenNotNull Then anyChanges = True