3 writes to _ifKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
10303
Me.
_ifKeyword
= ifKeyword
10319
Me.
_ifKeyword
= ifKeyword
10334
Me.
_ifKeyword
= ifKeyword
6 references to _ifKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
10353
Return Me.
_ifKeyword
10381
Return Me.
_ifKeyword
10394
Return new IfStatementSyntax(Me.Kind, newErrors, GetAnnotations,
_ifKeyword
, _condition, _thenKeyword)
10398
Return new IfStatementSyntax(Me.Kind, GetDiagnostics, annotations,
_ifKeyword
, _condition, _thenKeyword)
31299
If node.
_ifKeyword
IsNot newIfKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
14748
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.IfStatementSyntax).
_ifKeyword
, Me.Position, 0)