Base:
property
NewKeyword
Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.BaseObjectCreationExpressionSyntax.NewKeyword
2 references to NewKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
5821
if (newKeyword != this.
NewKeyword
|| type != this.Type || argumentList != this.ArgumentList || initializer != this.Initializer)
28108
=> node.Update((SyntaxToken)Visit(node.
NewKeyword
), (TypeSyntax)Visit(node.Type), (ArgumentListSyntax)Visit(node.ArgumentList), (InitializerExpressionSyntax)Visit(node.Initializer));