4 instantiations of New
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (1)
166Return new Microsoft.CodeAnalysis.VisualBasic.Syntax.EmptyStatementSyntax(Me, parent, startLocation)
Generated\Syntax.xml.Main.Generated.vb (2)
1493Return New EmptyStatementSyntax(node.Kind, node.Green.GetDiagnostics, node.Green.GetAnnotations, newEmpty) 5698Return New EmptyStatementSyntax(SyntaxKind.EmptyStatement, Nothing, Nothing, DirectCast(empty.Node, InternalSyntax.PunctuationSyntax))
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 New
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Main.Generated.vb (5)
14Public Overridable Function VisitEmptyStatement(ByVal node As EmptyStatementSyntax) As TResult 749Public Overridable Sub VisitEmptyStatement(ByVal node As EmptyStatementSyntax) 1486Public Overrides Function VisitEmptyStatement(ByVal node As EmptyStatementSyntax) As SyntaxNode 5692Public Shared Function EmptyStatement(empty As SyntaxToken) As EmptyStatementSyntax 5706Public Shared Function EmptyStatement() As EmptyStatementSyntax
Generated\Syntax.xml.Syntax.Generated.vb (2)
199Public Shadows Function WithEmpty(empty as SyntaxToken) As EmptyStatementSyntax 231Public Function Update(empty As SyntaxToken) As EmptyStatementSyntax
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\EndConstructCommandHandler.vb (1)
133If statement Is Nothing OrElse TypeOf statement Is EmptyStatementSyntax OrElse
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (1)
9351Private Shared Function GenerateRedEmptyStatement() As EmptyStatementSyntax
Parser\ParseErrorTests.vb (1)
4763Dim emptyStatement = tree.GetRoot().DescendantNodes().OfType(Of EmptyStatementSyntax).Single()