4 writes to _thenKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _thenKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
13384writer.WriteValue(Me._thenKeyword)
13421Return Me._thenKeyword
13432Return Me._thenKeyword
13441Return new ElseIfStatementSyntax(Me.Kind, newErrors, GetAnnotations, _elseIfKeyword, _condition, _thenKeyword)
13445Return new ElseIfStatementSyntax(Me.Kind, GetDiagnostics, annotations, _elseIfKeyword, _condition, _thenKeyword)
39263If node._thenKeyword IsNot newThenKeyword Then anyChanges = True