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