4 types derived from TypeBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Syntax.Generated.vb (4)
1613
Inherits
TypeBlockSyntax
1865
Inherits
TypeBlockSyntax
2117
Inherits
TypeBlockSyntax
2369
Inherits
TypeBlockSyntax
51 references to TypeBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (51)
Generated\Syntax.xml.Syntax.Generated.vb (36)
1529
Public Function WithInherits([inherits] As SyntaxList(Of InheritsStatementSyntax)) As
TypeBlockSyntax
1532
Friend MustOverride Function WithInheritsCore([inherits] As SyntaxList(Of InheritsStatementSyntax)) As
TypeBlockSyntax
1534
Public Shadows Function AddInherits(ParamArray items As InheritsStatementSyntax()) As
TypeBlockSyntax
1537
Friend MustOverride Function AddInheritsCore(ParamArray items As InheritsStatementSyntax()) As
TypeBlockSyntax
1560
Public Function WithImplements([implements] As SyntaxList(Of ImplementsStatementSyntax)) As
TypeBlockSyntax
1563
Friend MustOverride Function WithImplementsCore([implements] As SyntaxList(Of ImplementsStatementSyntax)) As
TypeBlockSyntax
1565
Public Shadows Function AddImplements(ParamArray items As ImplementsStatementSyntax()) As
TypeBlockSyntax
1568
Friend MustOverride Function AddImplementsCore(ParamArray items As ImplementsStatementSyntax()) As
TypeBlockSyntax
1591
Public Function WithMembers(members As SyntaxList(Of StatementSyntax)) As
TypeBlockSyntax
1594
Friend MustOverride Function WithMembersCore(members As SyntaxList(Of StatementSyntax)) As
TypeBlockSyntax
1596
Public Shadows Function AddMembers(ParamArray items As StatementSyntax()) As
TypeBlockSyntax
1599
Friend MustOverride Function AddMembersCore(ParamArray items As StatementSyntax()) As
TypeBlockSyntax
1663
Friend Overrides Function WithInheritsCore([inherits] As SyntaxList(Of InheritsStatementSyntax)) As
TypeBlockSyntax
1680
Friend Overrides Function AddInheritsCore(ParamArray items As InheritsStatementSyntax()) As
TypeBlockSyntax
1701
Friend Overrides Function WithImplementsCore([implements] As SyntaxList(Of ImplementsStatementSyntax)) As
TypeBlockSyntax
1718
Friend Overrides Function AddImplementsCore(ParamArray items As ImplementsStatementSyntax()) As
TypeBlockSyntax
1739
Friend Overrides Function WithMembersCore(members As SyntaxList(Of StatementSyntax)) As
TypeBlockSyntax
1756
Friend Overrides Function AddMembersCore(ParamArray items As StatementSyntax()) As
TypeBlockSyntax
1915
Friend Overrides Function WithInheritsCore([inherits] As SyntaxList(Of InheritsStatementSyntax)) As
TypeBlockSyntax
1932
Friend Overrides Function AddInheritsCore(ParamArray items As InheritsStatementSyntax()) As
TypeBlockSyntax
1953
Friend Overrides Function WithImplementsCore([implements] As SyntaxList(Of ImplementsStatementSyntax)) As
TypeBlockSyntax
1970
Friend Overrides Function AddImplementsCore(ParamArray items As ImplementsStatementSyntax()) As
TypeBlockSyntax
1991
Friend Overrides Function WithMembersCore(members As SyntaxList(Of StatementSyntax)) As
TypeBlockSyntax
2008
Friend Overrides Function AddMembersCore(ParamArray items As StatementSyntax()) As
TypeBlockSyntax
2167
Friend Overrides Function WithInheritsCore([inherits] As SyntaxList(Of InheritsStatementSyntax)) As
TypeBlockSyntax
2184
Friend Overrides Function AddInheritsCore(ParamArray items As InheritsStatementSyntax()) As
TypeBlockSyntax
2205
Friend Overrides Function WithImplementsCore([implements] As SyntaxList(Of ImplementsStatementSyntax)) As
TypeBlockSyntax
2222
Friend Overrides Function AddImplementsCore(ParamArray items As ImplementsStatementSyntax()) As
TypeBlockSyntax
2243
Friend Overrides Function WithMembersCore(members As SyntaxList(Of StatementSyntax)) As
TypeBlockSyntax
2260
Friend Overrides Function AddMembersCore(ParamArray items As StatementSyntax()) As
TypeBlockSyntax
2419
Friend Overrides Function WithInheritsCore([inherits] As SyntaxList(Of InheritsStatementSyntax)) As
TypeBlockSyntax
2436
Friend Overrides Function AddInheritsCore(ParamArray items As InheritsStatementSyntax()) As
TypeBlockSyntax
2457
Friend Overrides Function WithImplementsCore([implements] As SyntaxList(Of ImplementsStatementSyntax)) As
TypeBlockSyntax
2474
Friend Overrides Function AddImplementsCore(ParamArray items As ImplementsStatementSyntax()) As
TypeBlockSyntax
2495
Friend Overrides Function WithMembersCore(members As SyntaxList(Of StatementSyntax)) As
TypeBlockSyntax
2512
Friend Overrides Function AddMembersCore(ParamArray items As StatementSyntax()) As
TypeBlockSyntax
Syntax\SyntaxNormalizer.vb (1)
828
Private Sub VisitTypeBlockSyntax(ByVal node As
TypeBlockSyntax
)
Syntax\TypeBlockSyntax.vb (14)
25
''' Returns a copy of this <see cref="
TypeBlockSyntax
"/> with the <see cref="BlockStatement"/> property changed to the
28
Public MustOverride Function WithBlockStatement(blockStatement As TypeStatementSyntax) As
TypeBlockSyntax
31
''' Returns a copy of this <see cref="
TypeBlockSyntax
"/> with the <see cref="EndBlockStatement"/> property changed to the
34
Public MustOverride Function WithEndBlockStatement(endBlockStatement As EndBlockStatementSyntax) As
TypeBlockSyntax
46
Public Function WithBegin(begin As TypeStatementSyntax) As
TypeBlockSyntax
60
Public Function WithEnd([end] As EndBlockStatementSyntax) As
TypeBlockSyntax
80
Public Overrides Function WithBlockStatement(blockStatement As TypeStatementSyntax) As
TypeBlockSyntax
84
Public Overrides Function WithEndBlockStatement(endBlockStatement As EndBlockStatementSyntax) As
TypeBlockSyntax
132
Public Overrides Function WithBlockStatement(blockStatement As TypeStatementSyntax) As
TypeBlockSyntax
136
Public Overrides Function WithEndBlockStatement(endBlockStatement As EndBlockStatementSyntax) As
TypeBlockSyntax
184
Public Overrides Function WithBlockStatement(blockStatement As TypeStatementSyntax) As
TypeBlockSyntax
188
Public Overrides Function WithEndBlockStatement(endBlockStatement As EndBlockStatementSyntax) As
TypeBlockSyntax
236
Public Overrides Function WithBlockStatement(blockStatement As TypeStatementSyntax) As
TypeBlockSyntax
240
Public Overrides Function WithEndBlockStatement(endBlockStatement As EndBlockStatementSyntax) As
TypeBlockSyntax