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