4 references to NamespaceStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
1508
Return new
NamespaceStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _namespaceKeyword, _name)
1512
Return new
NamespaceStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _namespaceKeyword, _name)
37895
Return New
NamespaceStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newNamespaceKeyword, newName)
Generated\Syntax.xml.Syntax.Generated.vb (1)
1401
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
NamespaceStatementSyntax
(kind, errors, annotations, namespaceKeyword, DirectCast(name.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.NameSyntax)), Nothing, 0)