4 writes to _ifKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
13036Me._ifKeyword = ifKeyword 13052Me._ifKeyword = ifKeyword 13067Me._ifKeyword = ifKeyword 13083Me._ifKeyword = _ifKeyword
7 references to _ifKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
13101writer.WriteValue(Me._ifKeyword) 13119Return Me._ifKeyword 13147Return Me._ifKeyword 13160Return new IfStatementSyntax(Me.Kind, newErrors, GetAnnotations, _ifKeyword, _condition, _thenKeyword) 13164Return new IfStatementSyntax(Me.Kind, GetDiagnostics, annotations, _ifKeyword, _condition, _thenKeyword) 39227If node._ifKeyword IsNot newIfKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
14748return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.IfStatementSyntax)._ifKeyword, Me.Position, 0)