26 references to ExitPropertyStatement
Microsoft.CodeAnalysis.VisualBasic (20)
Analysis\FlowAnalysis\ControlFlowAnalysis.vb (1)
112s.IsKind(SyntaxKind.ExitPropertyStatement)
Binding\Binder_Statements.vb (2)
118SyntaxKind.ExitPropertyStatement 4885Case SyntaxKind.ExitPropertyStatement : id = ERRID.ERR_ExitPropNot
Binding\BlockStatementBinders.vb (1)
63SyntaxKind.ExitPropertyStatement,
Binding\LocalBinderBuilder.vb (1)
121exitKind = SyntaxKind.ExitPropertyStatement
Binding\MemberSemanticModel.vb (1)
300SyntaxKind.ExitPropertyStatement,
Generated\Syntax.xml.Internal.Generated.vb (4)
46135Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.ExitPropertyStatement, exitKeyword, blockKeyword, hash) 46140Dim result = New ExitStatementSyntax(SyntaxKind.ExitPropertyStatement, exitKeyword, blockKeyword) 58213Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.ExitPropertyStatement, exitKeyword, blockKeyword, _factoryContext, hash) 58218Dim result = New ExitStatementSyntax(SyntaxKind.ExitPropertyStatement, exitKeyword, blockKeyword, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (6)
13537Return New ExitStatementSyntax(SyntaxKind.ExitPropertyStatement, Nothing, Nothing, DirectCast(exitKeyword.Node, InternalSyntax.KeywordSyntax), DirectCast(blockKeyword.Node, InternalSyntax.KeywordSyntax)) 13696Case SyntaxKind.ExitPropertyStatement 35871SyntaxKind.ExitPropertyStatement, 36165SyntaxKind.ExitPropertyStatement, 36467SyntaxKind.ExitPropertyStatement, 44359SyntaxKind.ExitPropertyStatement,
Generated\Syntax.xml.Syntax.Generated.vb (1)
13843''' <item><description><see cref="SyntaxKind.ExitPropertyStatement"/></description></item>
Parser\BlockContexts\MethodBlockContext.vb (1)
44Case SyntaxKind.ExitPropertyStatement
Parser\ParseStatement.vb (2)
146kind = SyntaxKind.ExitPropertyStatement 190kind = SyntaxKind.ExitPropertyStatement
Microsoft.CodeAnalysis.VisualBasic.Features (4)
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.vb (1)
282Return SyntaxKind.ExitPropertyStatement
EditAndContinue\SyntaxComparer.vb (1)
562SyntaxKind.ExitPropertyStatement
GoToDefinition\VisualBasicGoToDefinitionSymbolService.vb (2)
42Case SyntaxKind.ExitPropertyStatement 66Case SyntaxKind.ExitPropertyStatement
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Syntax\SyntaxFactsTest.vb (1)
459For Each item As SyntaxKind In {SyntaxKind.ExitDoStatement, SyntaxKind.ExitForStatement, SyntaxKind.ExitSubStatement, SyntaxKind.ExitFunctionStatement, SyntaxKind.ExitOperatorStatement, SyntaxKind.ExitPropertyStatement, SyntaxKind.ExitTryStatement, SyntaxKind.ExitSelectStatement, SyntaxKind.ExitWhileStatement}
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\ClassificationHelpers.vb (1)
66SyntaxKind.ExitPropertyStatement,