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