12 references to StructureBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (12)
Generated\Syntax.xml.Syntax.Generated.vb (9)
1894Public Shadows Function WithStructureStatement(structureStatement as StructureStatementSyntax) As StructureBlockSyntax 1924Public Shadows Function WithInherits([inherits] as SyntaxList(Of InheritsStatementSyntax)) As StructureBlockSyntax 1928Public Shadows Function AddInherits(ParamArray items As InheritsStatementSyntax()) As StructureBlockSyntax 1962Public Shadows Function WithImplements([implements] as SyntaxList(Of ImplementsStatementSyntax)) As StructureBlockSyntax 1966Public Shadows Function AddImplements(ParamArray items As ImplementsStatementSyntax()) As StructureBlockSyntax 2000Public Shadows Function WithMembers(members as SyntaxList(Of StatementSyntax)) As StructureBlockSyntax 2004Public Shadows Function AddMembers(ParamArray items As StatementSyntax()) As StructureBlockSyntax 2026Public Shadows Function WithEndStructureStatement(endStructureStatement as EndBlockStatementSyntax) As StructureBlockSyntax 2092Public Function Update(structureStatement As StructureStatementSyntax, [inherits] As SyntaxList(of InheritsStatementSyntax), [implements] As SyntaxList(of ImplementsStatementSyntax), members As SyntaxList(of StatementSyntax), endStructureStatement As EndBlockStatementSyntax) As StructureBlockSyntax
Syntax\SyntaxNormalizer.vb (1)
794Public Overrides Function VisitStructureBlock(ByVal node As StructureBlockSyntax) As SyntaxNode
Syntax\TypeBlockSyntax.vb (2)
158Public Shadows Function WithBegin(begin As StructureStatementSyntax) As StructureBlockSyntax 164Public Shadows Function WithEnd([end] As EndBlockStatementSyntax) As StructureBlockSyntax