27 references to IfStatement
Microsoft.CodeAnalysis.VisualBasic (19)
Binding\MemberSemanticModel.vb (1)
335Case SyntaxKind.IfStatement,
Generated\Syntax.xml.Internal.Generated.vb (4)
46527Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.IfStatement, ifKeyword, condition, thenKeyword, hash) 46532Dim result = New IfStatementSyntax(SyntaxKind.IfStatement, ifKeyword, condition, thenKeyword) 58605Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.IfStatement, ifKeyword, condition, thenKeyword, _factoryContext, hash) 58610Dim 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)
433Case 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,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
ExpressionSyntaxExtensions.vb (1)
538expression.IsParentKind(SyntaxKind.IfStatement) OrElse
VisualBasicSyntaxKinds.vb (1)
135Public ReadOnly Property IfStatement As Integer = SyntaxKind.IfStatement Implements ISyntaxKinds.IfStatement
Microsoft.CodeAnalysis.VisualBasic.Features (3)
EditAndContinue\BreakpointSpans.vb (1)
122Case SyntaxKind.IfStatement,
EditAndContinue\SyntaxComparer.vb (1)
458Case SyntaxKind.IfStatement
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
2676SyntaxKind.IfStatement,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
Classification\ClassificationHelpers.vb (1)
148SyntaxKind.IfStatement,
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb\ExpressionSyntaxExtensions.vb (1)
538expression.IsParentKind(SyntaxKind.IfStatement) OrElse
VisualBasicSyntaxKinds.vb (1)
135Public ReadOnly Property IfStatement As Integer = SyntaxKind.IfStatement Implements ISyntaxKinds.IfStatement