4 writes to _thenKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
12481
Me.
_thenKeyword
= thenKeyword
12503
Me.
_thenKeyword
= thenKeyword
12524
Me.
_thenKeyword
= thenKeyword
12552
Me.
_thenKeyword
= _thenKeyword
7 references to _thenKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
12572
writer.WriteValue(Me.
_thenKeyword
)
12608
Return Me.
_thenKeyword
12644
Return Me.
_thenKeyword
12657
Return new SingleLineIfStatementSyntax(Me.Kind, newErrors, GetAnnotations, _ifKeyword, _condition,
_thenKeyword
, _statements, _elseClause)
12661
Return new SingleLineIfStatementSyntax(Me.Kind, GetDiagnostics, annotations, _ifKeyword, _condition,
_thenKeyword
, _statements, _elseClause)
39174
If node.
_thenKeyword
IsNot newThenKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
14243
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SingleLineIfStatementSyntax).
_thenKeyword
, Me.GetChildPosition(2), Me.GetChildIndex(2))