4 writes to _thenKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _thenKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
13103writer.WriteValue(Me._thenKeyword)
13140Return Me._thenKeyword
13151Return Me._thenKeyword
13160Return new IfStatementSyntax(Me.Kind, newErrors, GetAnnotations, _ifKeyword, _condition, _thenKeyword)
13164Return new IfStatementSyntax(Me.Kind, GetDiagnostics, annotations, _ifKeyword, _condition, _thenKeyword)
39231If node._thenKeyword IsNot newThenKeyword Then anyChanges = True