4 writes to _ifKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
13036
Me.
_ifKeyword
= ifKeyword
13052
Me.
_ifKeyword
= ifKeyword
13067
Me.
_ifKeyword
= ifKeyword
13083
Me.
_ifKeyword
= _ifKeyword
7 references to _ifKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
13101
writer.WriteValue(Me.
_ifKeyword
)
13119
Return Me.
_ifKeyword
13147
Return Me.
_ifKeyword
13160
Return new IfStatementSyntax(Me.Kind, newErrors, GetAnnotations,
_ifKeyword
, _condition, _thenKeyword)
13164
Return new IfStatementSyntax(Me.Kind, GetDiagnostics, annotations,
_ifKeyword
, _condition, _thenKeyword)
39227
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)