3 writes to thisKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
21665
this.
thisKeyword
= thisKeyword;
21708
this.
thisKeyword
= thisKeyword;
21750
this.
thisKeyword
= thisKeyword;
5 references to thisKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
21774
public SyntaxToken ThisKeyword => this.
thisKeyword
;
21788
4 => this.
thisKeyword
,
21819
=> new IndexerDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.type, this.explicitInterfaceSpecifier, this.
thisKeyword
, this.parameterList, this.accessorList, this.expressionBody, this.semicolonToken, diagnostics, GetAnnotations());
21822
=> new IndexerDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.type, this.explicitInterfaceSpecifier, this.
thisKeyword
, this.parameterList, this.accessorList, this.expressionBody, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
13657
public SyntaxToken ThisKeyword => new SyntaxToken(this, ((InternalSyntax.IndexerDeclarationSyntax)this.Green).
thisKeyword
, GetChildPosition(4), GetChildIndex(4));