4 types derived from MethodBlockBaseSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Syntax.Generated.vb (4)
5365
Inherits
MethodBlockBaseSyntax
5530
Inherits
MethodBlockBaseSyntax
5692
Inherits
MethodBlockBaseSyntax
5859
Inherits
MethodBlockBaseSyntax
27 references to MethodBlockBaseSyntax
Microsoft.CodeAnalysis.VisualBasic (27)
Compilation\DocumentationComments\UnprocessedDocumentationCommentFinder.vb (1)
70
Private Sub VisitMethodBlockBase(node As Syntax.
MethodBlockBaseSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (12)
5342
Public Function WithStatements(statements As SyntaxList(Of StatementSyntax)) As
MethodBlockBaseSyntax
5345
Friend MustOverride Function WithStatementsCore(statements As SyntaxList(Of StatementSyntax)) As
MethodBlockBaseSyntax
5347
Public Shadows Function AddStatements(ParamArray items As StatementSyntax()) As
MethodBlockBaseSyntax
5350
Friend MustOverride Function AddStatementsCore(ParamArray items As StatementSyntax()) As
MethodBlockBaseSyntax
5415
Friend Overrides Function WithStatementsCore(statements As SyntaxList(Of StatementSyntax)) As
MethodBlockBaseSyntax
5432
Friend Overrides Function AddStatementsCore(ParamArray items As StatementSyntax()) As
MethodBlockBaseSyntax
5580
Friend Overrides Function WithStatementsCore(statements As SyntaxList(Of StatementSyntax)) As
MethodBlockBaseSyntax
5597
Friend Overrides Function AddStatementsCore(ParamArray items As StatementSyntax()) As
MethodBlockBaseSyntax
5742
Friend Overrides Function WithStatementsCore(statements As SyntaxList(Of StatementSyntax)) As
MethodBlockBaseSyntax
5759
Friend Overrides Function AddStatementsCore(ParamArray items As StatementSyntax()) As
MethodBlockBaseSyntax
5910
Friend Overrides Function WithStatementsCore(statements As SyntaxList(Of StatementSyntax)) As
MethodBlockBaseSyntax
5927
Friend Overrides Function AddStatementsCore(ParamArray items As StatementSyntax()) As
MethodBlockBaseSyntax
Syntax\MethodBlockBaseSyntax.vb (14)
25
''' Returns a copy of this <see cref="
MethodBlockBaseSyntax
"/> with the <see cref="BlockStatement"/> property changed to the
28
Public MustOverride Function WithBlockStatement(blockStatement As MethodBaseSyntax) As
MethodBlockBaseSyntax
31
''' Returns a copy of this <see cref="
MethodBlockBaseSyntax
"/> with the <see cref="EndBlockStatement"/> property changed to the
34
Public MustOverride Function WithEndBlockStatement(endBlockStatement As EndBlockStatementSyntax) As
MethodBlockBaseSyntax
46
Public Function WithBegin(begin As MethodBaseSyntax) As
MethodBlockBaseSyntax
60
Public Function WithEnd([end] As EndBlockStatementSyntax) As
MethodBlockBaseSyntax
80
Public Overrides Function WithBlockStatement(blockStatement As MethodBaseSyntax) As
MethodBlockBaseSyntax
84
Public Overrides Function WithEndBlockStatement(endBlockStatement As EndBlockStatementSyntax) As
MethodBlockBaseSyntax
132
Public Overrides Function WithBlockStatement(blockStatement As MethodBaseSyntax) As
MethodBlockBaseSyntax
136
Public Overrides Function WithEndBlockStatement(endBlockStatement As EndBlockStatementSyntax) As
MethodBlockBaseSyntax
184
Public Overrides Function WithBlockStatement(blockStatement As MethodBaseSyntax) As
MethodBlockBaseSyntax
188
Public Overrides Function WithEndBlockStatement(endBlockStatement As EndBlockStatementSyntax) As
MethodBlockBaseSyntax
236
Public Overrides Function WithBlockStatement(blockStatement As MethodBaseSyntax) As
MethodBlockBaseSyntax
240
Public Overrides Function WithEndBlockStatement(endBlockStatement As EndBlockStatementSyntax) As
MethodBlockBaseSyntax