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