3 writes to newKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
5739this.newKeyword = newKeyword; 5760this.newKeyword = newKeyword; 5780this.newKeyword = newKeyword;
5 references to newKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
5796public override SyntaxToken NewKeyword => this.newKeyword; 58070 => 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)
3699public override SyntaxToken NewKeyword => new SyntaxToken(this, ((InternalSyntax.ObjectCreationExpressionSyntax)this.Green).newKeyword, Position, 0);