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