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