3 writes to newKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
6136
this.
newKeyword
= newKeyword;
6152
this.
newKeyword
= newKeyword;
6167
this.
newKeyword
= newKeyword;
5 references to newKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
6178
public SyntaxToken NewKeyword => this.
newKeyword
;
6187
0 => this.
newKeyword
,
6216
=> new ArrayCreationExpressionSyntax(this.Kind, this.
newKeyword
, this.type, this.initializer, diagnostics, GetAnnotations());
6219
=> new ArrayCreationExpressionSyntax(this.Kind, this.
newKeyword
, this.type, this.initializer, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
3957
public SyntaxToken NewKeyword => new SyntaxToken(this, ((InternalSyntax.ArrayCreationExpressionSyntax)this.Green).
newKeyword
, Position, 0);