4 writes to _ifKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
12477
Me.
_ifKeyword
= ifKeyword
12499
Me.
_ifKeyword
= ifKeyword
12520
Me.
_ifKeyword
= ifKeyword
12542
Me.
_ifKeyword
= _ifKeyword
7 references to _ifKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
12570
writer.WriteValue(Me.
_ifKeyword
)
12590
Return Me.
_ifKeyword
12640
Return Me.
_ifKeyword
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)
39170
If node.
_ifKeyword
IsNot newIfKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
14207
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SingleLineIfStatementSyntax).
_ifKeyword
, Me.Position, 0)