4 instantiations of WhileStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (1)
17069Return new Microsoft.CodeAnalysis.VisualBasic.Syntax.WhileStatementSyntax(Me, parent, startLocation)
Generated\Syntax.xml.Main.Generated.vb (2)
3436Return New WhileStatementSyntax(node.Kind, node.Green.GetDiagnostics, node.Green.GetAnnotations, newWhileKeyword, newCondition) 19025Return New WhileStatementSyntax(SyntaxKind.WhileStatement, Nothing, Nothing, DirectCast(whileKeyword.Node, InternalSyntax.KeywordSyntax), condition)
Generated\Syntax.xml.Syntax.Generated.vb (1)
18479Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.WhileStatementSyntax(kind, errors, annotations, whileKeyword, DirectCast(condition.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionSyntax)), Nothing, 0)
32 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)
ElasticTriviaFormattingRule.vb (1)
319IsBeginStatement(Of WhileStatementSyntax, WhileBlockSyntax)(currentStatement) OrElse
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (4)
SyntaxTreeExtensions.vb (1)
433targetToken.IsChildToken(Of WhileStatementSyntax)(Function(whileStatement) whileStatement.WhileKeyword) OrElse
VisualBasicMoveDeclarationNearReferenceService.vb (1)
28TypeOf node Is WhileStatementSyntax OrElse
VisualBasicTypeInferenceService.TypeInferrer.vb (2)
98Function(whileStatement As WhileStatementSyntax) InferTypeInWhileStatement(), 172Function(whileStatement As WhileStatementSyntax) InferTypeInWhileStatement(),
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\EndConstructStatementVisitor.vb (1)
253Public Overrides Function VisitWhileStatement(node As WhileStatementSyntax) As AbstractEndConstructResult
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
FlowAnalysis\RegionAnalysisTests.vb (1)
5094Dim stmtSyntaxNode = DirectCast(tree.GetCompilationUnitRoot().FindToken(tree.GetRoot.ToFullString().IndexOf("While True", StringComparison.Ordinal)).Parent, WhileStatementSyntax)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
13330Private Shared Function GenerateRedWhileStatement() As WhileStatementSyntax
Microsoft.CodeAnalysis.VisualBasic.Workspaces (5)
Formatting\Rules\ElasticTriviaFormattingRule.vb (1)
319IsBeginStatement(Of WhileStatementSyntax, WhileBlockSyntax)(currentStatement) OrElse
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb\SyntaxTreeExtensions.vb (1)
433targetToken.IsChildToken(Of WhileStatementSyntax)(Function(whileStatement) whileStatement.WhileKeyword) OrElse
VisualBasicMoveDeclarationNearReferenceService.vb (1)
28TypeOf node Is WhileStatementSyntax OrElse
VisualBasicTypeInferenceService.TypeInferrer.vb (2)
98Function(whileStatement As WhileStatementSyntax) InferTypeInWhileStatement(), 172Function(whileStatement As WhileStatementSyntax) InferTypeInWhileStatement(),
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Help\VisualBasicHelpContextService.Visitor.vb (1)
903Public Overrides Sub VisitWhileStatement(node As WhileStatementSyntax)