6 references to WhileBlock
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Main.Generated.vb (2)
12825
Return SyntaxFactory.
WhileBlock
(whileStatement, statements, SyntaxFactory.EndWhileStatement())
12837
Return SyntaxFactory.
WhileBlock
(whileStatement, Nothing, SyntaxFactory.EndWhileStatement())
Generated\Syntax.xml.Syntax.Generated.vb (1)
12838
Dim newNode = SyntaxFactory.
WhileBlock
(whileStatement, statements, endWhileStatement)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Generated\Syntax.Test.xml.Generated.vb (3)
11743
SyntaxFactory.
WhileBlock
(Nothing, Nothing, GenerateRedEndWhileStatement())
11751
SyntaxFactory.
WhileBlock
(GenerateRedWhileStatement(), Nothing, Nothing)
11758
return SyntaxFactory.
WhileBlock
(GenerateRedWhileStatement(), Nothing, GenerateRedEndWhileStatement())