33 references to WhileStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (18)
Generated\Syntax.xml.Main.Generated.vb (9)
353Public Overridable Function VisitWhileStatement(ByVal node As WhileStatementSyntax) As TResult 1088Public Overridable Sub VisitWhileStatement(ByVal node As WhileStatementSyntax) 2730Dim newWhileStatement = DirectCast(Visit(node.WhileStatement), WhileStatementSyntax) 3427Public Overrides Function VisitWhileStatement(ByVal node As WhileStatementSyntax) As SyntaxNode 12793Public Shared Function WhileBlock(whileStatement As WhileStatementSyntax, statements As SyntaxList(of StatementSyntax), endWhileStatement As EndBlockStatementSyntax) As WhileBlockSyntax 12824Public Shared Function WhileBlock(whileStatement As WhileStatementSyntax, statements As SyntaxList(of StatementSyntax)) As WhileBlockSyntax 12836Public Shared Function WhileBlock(whileStatement As WhileStatementSyntax) As WhileBlockSyntax 18907Public Shared Function WhileStatement(whileKeyword As SyntaxToken, condition As ExpressionSyntax) As WhileStatementSyntax 19036Public Shared Function WhileStatement(condition As ExpressionSyntax) As WhileStatementSyntax
Generated\Syntax.xml.Syntax.Generated.vb (8)
12712Friend _whileStatement as WhileStatementSyntax 12722Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), whileStatement As WhileStatementSyntax, statements As SyntaxNode, endWhileStatement As EndBlockStatementSyntax) 12729Public ReadOnly Property WhileStatement As WhileStatementSyntax 12740Public Shadows Function WithWhileStatement(whileStatement as WhileStatementSyntax) As WhileBlockSyntax 12836Public Function Update(whileStatement As WhileStatementSyntax, statements As SyntaxList(of StatementSyntax), endWhileStatement As EndBlockStatementSyntax) As WhileBlockSyntax 18496Public Shadows Function WithWhileKeyword(whileKeyword as SyntaxToken) As WhileStatementSyntax 18514Public Shadows Function WithCondition(condition as ExpressionSyntax) As WhileStatementSyntax 18555Public Function Update(whileKeyword As SyntaxToken, condition As ExpressionSyntax) As WhileStatementSyntax
Syntax\SyntaxNormalizer.vb (1)
1320Public Overrides Function VisitWhileStatement(node As WhileStatementSyntax) As SyntaxNode
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Rules\ElasticTriviaFormattingRule.vb (1)
321IsBeginStatement(Of WhileStatementSyntax, WhileBlockSyntax)(currentStatement) OrElse
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (4)
src\f736901a33c2b55b\VisualBasicMoveDeclarationNearReferenceService.vb (1)
28TypeOf node Is WhileStatementSyntax OrElse
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (2)
98Function(whileStatement As WhileStatementSyntax) InferTypeInWhileStatement(), 172Function(whileStatement As WhileStatementSyntax) InferTypeInWhileStatement(),
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (1)
433targetToken.IsChildToken(Of WhileStatementSyntax)(Function(whileStatement) whileStatement.WhileKeyword) OrElse
Microsoft.CodeAnalysis.VisualBasic.Workspaces (5)
src\f736901a33c2b55b\VisualBasicMoveDeclarationNearReferenceService.vb (1)
28TypeOf node Is WhileStatementSyntax OrElse
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (2)
98Function(whileStatement As WhileStatementSyntax) InferTypeInWhileStatement(), 172Function(whileStatement As WhileStatementSyntax) InferTypeInWhileStatement(),
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Rules\ElasticTriviaFormattingRule.vb (1)
321IsBeginStatement(Of WhileStatementSyntax, WhileBlockSyntax)(currentStatement) OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (1)
433targetToken.IsChildToken(Of WhileStatementSyntax)(Function(whileStatement) whileStatement.WhileKeyword) OrElse
Roslyn.Diagnostics.VisualBasic.Analyzers (5)
src\f736901a33c2b55b\VisualBasicMoveDeclarationNearReferenceService.vb (1)
28TypeOf node Is WhileStatementSyntax OrElse
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (2)
98Function(whileStatement As WhileStatementSyntax) InferTypeInWhileStatement(), 172Function(whileStatement As WhileStatementSyntax) InferTypeInWhileStatement(),
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Rules\ElasticTriviaFormattingRule.vb (1)
321IsBeginStatement(Of WhileStatementSyntax, WhileBlockSyntax)(currentStatement) OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (1)
433targetToken.IsChildToken(Of WhileStatementSyntax)(Function(whileStatement) whileStatement.WhileKeyword) OrElse