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)
12 references to EmptyStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (11)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)