29 references to IfStatement
Microsoft.CodeAnalysis.VisualBasic (19)
Binding\MemberSemanticModel.vb (1)
334Case 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,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb (1)
538expression.IsParentKind(SyntaxKind.IfStatement) OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
157Public 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)
456Case SyntaxKind.IfStatement
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
2183SyntaxKind.IfStatement,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
Classification\ClassificationHelpers.vb (1)
148SyntaxKind.IfStatement,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb (1)
538expression.IsParentKind(SyntaxKind.IfStatement) OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
157Public ReadOnly Property IfStatement As Integer = SyntaxKind.IfStatement Implements ISyntaxKinds.IfStatement
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb (1)
538expression.IsParentKind(SyntaxKind.IfStatement) OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
157Public ReadOnly Property IfStatement As Integer = SyntaxKind.IfStatement Implements ISyntaxKinds.IfStatement