3 writes to newKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
19188
this.
newKeyword
= newKeyword;
19201
this.
newKeyword
= newKeyword;
19213
this.
newKeyword
= newKeyword;
5 references to newKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19221
public SyntaxToken NewKeyword => this.
newKeyword
;
19230
0 => this.
newKeyword
,
19259
=> new ConstructorConstraintSyntax(this.Kind, this.
newKeyword
, this.openParenToken, this.closeParenToken, diagnostics, GetAnnotations());
19262
=> new ConstructorConstraintSyntax(this.Kind, this.
newKeyword
, this.openParenToken, this.closeParenToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
12035
public SyntaxToken NewKeyword => new SyntaxToken(this, ((InternalSyntax.ConstructorConstraintSyntax)this.Green).
newKeyword
, Position, 0);