2 references to NewKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
6200
if (newKeyword != this.
NewKeyword
|| type != this.Type || initializer != this.Initializer)
28120
=> node.Update((SyntaxToken)Visit(node.
NewKeyword
), (ArrayTypeSyntax)Visit(node.Type), (InitializerExpressionSyntax)Visit(node.Initializer));