19 references to IfStatement
Microsoft.CodeAnalysis.VisualBasic (19)
Binding\MemberSemanticModel.vb (1)
335Case SyntaxKind.IfStatement,
Generated\Syntax.xml.Internal.Generated.vb (4)
38587Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.IfStatement, ifKeyword, condition, thenKeyword, hash) 38592Dim result = New IfStatementSyntax(SyntaxKind.IfStatement, ifKeyword, condition, thenKeyword) 50653Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.IfStatement, ifKeyword, condition, thenKeyword, _factoryContext, hash) 50658Dim result = New IfStatementSyntax(SyntaxKind.IfStatement, ifKeyword, condition, thenKeyword, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (5)
14177Case SyntaxKind.IfStatement 14359Return New IfStatementSyntax(SyntaxKind.IfStatement, Nothing, Nothing, DirectCast(ifKeyword.Node, InternalSyntax.KeywordSyntax), condition, DirectCast(thenKeyword.Node, InternalSyntax.KeywordSyntax)) 35881SyntaxKind.IfStatement, 36175SyntaxKind.IfStatement, 36477SyntaxKind.IfStatement,
Generated\Syntax.xml.Syntax.Generated.vb (1)
14725''' <item><description><see cref="SyntaxKind.IfStatement"/></description></item>
Parser\BlockContexts\BlockContext.vb (1)
434Case SyntaxKind.IfStatement
Parser\BlockContexts\DeclarationContext.vb (1)
347Case SyntaxKind.IfStatement
Parser\BlockContexts\IfBlockContext.vb (1)
22Debug.Assert(statement.Kind = SyntaxKind.IfStatement OrElse
Parser\BlockContexts\SingleLineElseContext.vb (1)
25Case SyntaxKind.IfStatement
Parser\BlockContexts\SingleLineIfBlockContext.vb (2)
21Debug.Assert(statement.Kind = SyntaxKind.IfStatement) 27Case SyntaxKind.IfStatement
Scanner\Blender.vb (1)
431If node.Kind = SyntaxKind.IfStatement Then
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (1)
822Case SyntaxKind.IfStatement,