4 writes to _elseClause
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
12488Me._elseClause = elseClause 12510Me._elseClause = elseClause 12531Me._elseClause = elseClause 12562Me._elseClause = _elseClause
7 references to _elseClause
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
12574writer.WriteValue(Me._elseClause) 12633Return Me._elseClause 12648Return Me._elseClause 12657Return new SingleLineIfStatementSyntax(Me.Kind, newErrors, GetAnnotations, _ifKeyword, _condition, _thenKeyword, _statements, _elseClause) 12661Return new SingleLineIfStatementSyntax(Me.Kind, GetDiagnostics, annotations, _ifKeyword, _condition, _thenKeyword, _statements, _elseClause) 39177Dim newElseClause = DirectCast(Visit(node._elseClause), SingleLineElseClauseSyntax) 39178If node._elseClause IsNot newElseClause Then anyChanges = True