8 instantiations of EmptyStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
153Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New EmptyStatementSyntax(o) 162ObjectBinder.RegisterTypeReader(GetType(EmptyStatementSyntax), Function(r) New EmptyStatementSyntax(r)) 189Return new EmptyStatementSyntax(Me.Kind, newErrors, GetAnnotations, _empty) 193Return new EmptyStatementSyntax(Me.Kind, GetDiagnostics, annotations, _empty) 37748Return New EmptyStatementSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newEmpty) 41956Dim result = New EmptyStatementSyntax(SyntaxKind.EmptyStatement, empty) 54034Dim 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)
12 references to EmptyStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (11)
Generated\Syntax.xml.Internal.Generated.vb (7)
162ObjectBinder.RegisterTypeReader(GetType(EmptyStatementSyntax), Function(r) New EmptyStatementSyntax(r)) 36628Public Overridable Function VisitEmptyStatement(ByVal node As EmptyStatementSyntax) As VisualBasicSyntaxNode 37741Public Overrides Function VisitEmptyStatement(ByVal node As EmptyStatementSyntax) As VisualBasicSyntaxNode 41947Friend Shared Function EmptyStatement(empty As PunctuationSyntax) As EmptyStatementSyntax 41953Return DirectCast(cached, EmptyStatementSyntax) 54025Friend Function EmptyStatement(empty As PunctuationSyntax) As EmptyStatementSyntax 54031Return 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)
1243Private 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
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
19Private Shared Function GenerateGreenEmptyStatement() As InternalSyntax.EmptyStatementSyntax