3 instantiations of EmptyStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (2)
34028
Dim result = New
EmptyStatementSyntax
(SyntaxKind.EmptyStatement, empty)
46094
Dim result = New
EmptyStatementSyntax
(SyntaxKind.EmptyStatement, empty, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
183
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
EmptyStatementSyntax
(kind, errors, annotations, empty), Nothing, 0)
10 references to EmptyStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (10)
Generated\Syntax.xml.Internal.Generated.vb (6)
28700
Public Overridable Function VisitEmptyStatement(ByVal node As
EmptyStatementSyntax
) As VisualBasicSyntaxNode
29813
Public Overrides Function VisitEmptyStatement(ByVal node As
EmptyStatementSyntax
) As VisualBasicSyntaxNode
34019
Friend Shared Function EmptyStatement(empty As PunctuationSyntax) As
EmptyStatementSyntax
34025
Return DirectCast(cached,
EmptyStatementSyntax
)
46085
Friend Function EmptyStatement(empty As PunctuationSyntax) As
EmptyStatementSyntax
46091
Return DirectCast(cached,
EmptyStatementSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (1)
191
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
EmptyStatementSyntax
)._empty, Me.Position, 0)
Parser\Parser.vb (1)
1250
Private Function ParseEmptyStatement() As
EmptyStatementSyntax
Syntax\InternalSyntax\SyntaxNodeFactories.vb (2)
519
Private Shared ReadOnly s_emptyStatement As
EmptyStatementSyntax
= SyntaxFactory.EmptyStatement(NotMissingEmptyToken)
520
Friend Shared Function EmptyStatement() As
EmptyStatementSyntax