3 writes to newKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
6029
this.
newKeyword
= newKeyword;
6047
this.
newKeyword
= newKeyword;
6064
this.
newKeyword
= newKeyword;
5 references to newKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
6077
public SyntaxToken NewKeyword => this.
newKeyword
;
6088
0 => this.
newKeyword
,
6118
=> new AnonymousObjectCreationExpressionSyntax(this.Kind, this.
newKeyword
, this.openBraceToken, this.initializers, this.closeBraceToken, diagnostics, GetAnnotations());
6121
=> new AnonymousObjectCreationExpressionSyntax(this.Kind, this.
newKeyword
, this.openBraceToken, this.initializers, this.closeBraceToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
3894
public SyntaxToken NewKeyword => new SyntaxToken(this, ((InternalSyntax.AnonymousObjectCreationExpressionSyntax)this.Green).
newKeyword
, Position, 0);