19 references to StructureStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (19)
Generated\Syntax.xml.Syntax.Generated.vb (14)
1867Friend _structureStatement as StructureStatementSyntax 1876Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), structureStatement As StructureStatementSyntax, [inherits] As SyntaxNode, [implements] As SyntaxNode, members As SyntaxNode, endStructureStatement As EndBlockStatementSyntax) 1883Public ReadOnly Property StructureStatement As StructureStatementSyntax 1894Public Shadows Function WithStructureStatement(structureStatement as StructureStatementSyntax) 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 3458Public Shadows Function WithAttributeLists(attributeLists as SyntaxList(Of AttributeListSyntax)) As StructureStatementSyntax 3462Public Shadows Function AddAttributeLists(ParamArray items As AttributeListSyntax()) As StructureStatementSyntax 3500Public Shadows Function WithModifiers(modifiers as SyntaxTokenList) As StructureStatementSyntax 3504Public Shadows Function AddModifiers(ParamArray items As SyntaxToken()) As StructureStatementSyntax 3526Public Shadows Function WithStructureKeyword(structureKeyword as SyntaxToken) As StructureStatementSyntax 3552Public Shadows Function WithIdentifier(identifier as SyntaxToken) As StructureStatementSyntax 3582Public Shadows Function WithTypeParameterList(typeParameterList as TypeParameterListSyntax) As StructureStatementSyntax 3586Public Shadows Function AddTypeParameterListParameters(ParamArray items As TypeParameterSyntax()) As StructureStatementSyntax 3645Public Function Update(attributeLists As SyntaxList(of AttributeListSyntax), modifiers As SyntaxTokenList, structureKeyword As SyntaxToken, identifier As SyntaxToken, typeParameterList As TypeParameterListSyntax) As StructureStatementSyntax
Syntax\SyntaxNormalizer.vb (1)
1299Public Overrides Function VisitStructureStatement(node As StructureStatementSyntax) As SyntaxNode
Syntax\TypeBlockSyntax.vb (3)
133Return WithStructureStatement(DirectCast(blockStatement, StructureStatementSyntax)) 142Public Shadows ReadOnly Property Begin As StructureStatementSyntax 158Public Shadows Function WithBegin(begin As StructureStatementSyntax) As StructureBlockSyntax
Syntax\TypeStatementSyntax.vb (1)
94Public Shadows Function WithKeyword(keyword As SyntaxToken) As StructureStatementSyntax