3 writes to newKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
5739
this.
newKeyword
= newKeyword;
5760
this.
newKeyword
= newKeyword;
5780
this.
newKeyword
= newKeyword;
5 references to newKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
5796
public override SyntaxToken NewKeyword => this.
newKeyword
;
5807
0 => this.
newKeyword
,
5837
=> new ObjectCreationExpressionSyntax(this.Kind, this.
newKeyword
, this.type, this.argumentList, this.initializer, diagnostics, GetAnnotations());
5840
=> new ObjectCreationExpressionSyntax(this.Kind, this.
newKeyword
, this.type, this.argumentList, this.initializer, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
3699
public override SyntaxToken NewKeyword => new SyntaxToken(this, ((InternalSyntax.ObjectCreationExpressionSyntax)this.Green).
newKeyword
, Position, 0);