3 writes to thisKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
23258
this.
thisKeyword
= thisKeyword;
23272
this.
thisKeyword
= thisKeyword;
23285
this.
thisKeyword
= thisKeyword;
5 references to thisKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
23293
public SyntaxToken ThisKeyword => this.
thisKeyword
;
23299
0 => this.
thisKeyword
,
23327
=> new IndexerMemberCrefSyntax(this.Kind, this.
thisKeyword
, this.parameters, diagnostics, GetAnnotations());
23330
=> new IndexerMemberCrefSyntax(this.Kind, this.
thisKeyword
, this.parameters, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
14695
public SyntaxToken ThisKeyword => new SyntaxToken(this, ((InternalSyntax.IndexerMemberCrefSyntax)this.Green).
thisKeyword
, Position, 0);