3 writes to newKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
6236
this.
newKeyword
= newKeyword;
6256
this.
newKeyword
= newKeyword;
6275
this.
newKeyword
= newKeyword;
5 references to newKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
6290
public SyntaxToken NewKeyword => this.
newKeyword
;
6303
0 => this.
newKeyword
,
6334
=> new ImplicitArrayCreationExpressionSyntax(this.Kind, this.
newKeyword
, this.openBracketToken, this.commas, this.closeBracketToken, this.initializer, diagnostics, GetAnnotations());
6337
=> new ImplicitArrayCreationExpressionSyntax(this.Kind, this.
newKeyword
, this.openBracketToken, this.commas, this.closeBracketToken, this.initializer, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4020
public SyntaxToken NewKeyword => new SyntaxToken(this, ((InternalSyntax.ImplicitArrayCreationExpressionSyntax)this.Green).
newKeyword
, Position, 0);