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