8 references to SubBlock
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Main.Generated.vb (2)
8318Return SyntaxFactory.SubBlock(subOrFunctionStatement, statements, SyntaxFactory.EndSubStatement()) 8330Return SyntaxFactory.SubBlock(subOrFunctionStatement, Nothing, SyntaxFactory.EndSubStatement())
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicMakeMethodSynchronousCodeFixProvider.vb (1)
84Return SyntaxFactory.SubBlock(subStatement, node.Statements, endSubStatement)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
VisualBasicMakeMethodSynchronousCodeFixProvider.vb (1)
84Return SyntaxFactory.SubBlock(subStatement, node.Statements, endSubStatement)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Generated\Syntax.Test.xml.Generated.vb (3)
10611SyntaxFactory.SubBlock(Nothing, Nothing, GenerateRedEndSubStatement()) 10619SyntaxFactory.SubBlock(GenerateRedSubStatement(), Nothing, Nothing) 10626return SyntaxFactory.SubBlock(GenerateRedSubStatement(), Nothing, GenerateRedEndSubStatement())
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
2765resultMember = SyntaxFactory.SubBlock(