3 types derived from NewExpressionSyntax
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
21819Inherits NewExpressionSyntax 21985Inherits NewExpressionSyntax 22084Inherits NewExpressionSyntax
12 instantiations of NewExpressionSyntax
Microsoft.CodeAnalysis.VisualBasic (12)
Generated\Syntax.xml.Internal.Generated.vb (12)
21826MyBase.New(kind, newKeyword, attributeLists) 21843MyBase.New(kind, newKeyword, attributeLists) 21861MyBase.New(kind, errors, annotations, newKeyword, attributeLists) 21878MyBase.New(reader) 21990MyBase.New(kind, newKeyword, attributeLists) 21999MyBase.New(kind, newKeyword, attributeLists) 22009MyBase.New(kind, errors, annotations, newKeyword, attributeLists) 22018MyBase.New(reader) 22092MyBase.New(kind, newKeyword, attributeLists) 22111MyBase.New(kind, newKeyword, attributeLists) 22131MyBase.New(kind, errors, annotations, newKeyword, attributeLists) 22150MyBase.New(reader)
13 references to NewExpressionSyntax
Microsoft.CodeAnalysis.VisualBasic (13)
Generated\Syntax.xml.Internal.Generated.vb (10)
8711Friend ReadOnly _newExpression as NewExpressionSyntax 8713Friend Sub New(ByVal kind As SyntaxKind, asKeyword As InternalSyntax.KeywordSyntax, newExpression As NewExpressionSyntax) 8722Friend Sub New(ByVal kind As SyntaxKind, asKeyword As InternalSyntax.KeywordSyntax, newExpression As NewExpressionSyntax, context As ISyntaxFactoryContext) 8732Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), asKeyword As InternalSyntax.KeywordSyntax, newExpression As NewExpressionSyntax) 8744Dim _newExpression = DirectCast(reader.ReadValue(), NewExpressionSyntax) 8769Friend ReadOnly Property NewExpression As InternalSyntax.NewExpressionSyntax 37284Public Overridable Function VisitNewExpression(ByVal node As NewExpressionSyntax) As VisualBasicSyntaxNode 38740Dim newNewExpression = DirectCast(Visit(node._newExpression), NewExpressionSyntax) 45160Friend Shared Function AsNewClause(asKeyword As KeywordSyntax, newExpression As NewExpressionSyntax) As AsNewClauseSyntax 57238Friend Function AsNewClause(asKeyword As KeywordSyntax, newExpression As NewExpressionSyntax) As AsNewClauseSyntax
Generated\Syntax.xml.Syntax.Generated.vb (2)
10588Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.AsNewClauseSyntax(kind, errors, annotations, asKeyword, DirectCast(newExpression.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.NewExpressionSyntax)), Nothing, 0) 23259return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.NewExpressionSyntax)._newKeyword, Me.Position, 0)
Parser\Parser.vb (1)
2324Dim creationExpression As NewExpressionSyntax = Nothing