3 writes to newKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
5640
this.
newKeyword
= newKeyword;
5656
this.
newKeyword
= newKeyword;
5671
this.
newKeyword
= newKeyword;
5 references to newKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
5682
public override SyntaxToken NewKeyword => this.
newKeyword
;
5691
0 => this.
newKeyword
,
5720
=> new ImplicitObjectCreationExpressionSyntax(this.Kind, this.
newKeyword
, this.argumentList, this.initializer, diagnostics, GetAnnotations());
5723
=> new ImplicitObjectCreationExpressionSyntax(this.Kind, this.
newKeyword
, this.argumentList, this.initializer, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
3630
public override SyntaxToken NewKeyword => new SyntaxToken(this, ((InternalSyntax.ImplicitObjectCreationExpressionSyntax)this.Green).
newKeyword
, Position, 0);