3 writes to thisOrBaseKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
20900this.thisOrBaseKeyword = thisOrBaseKeyword; 20913this.thisOrBaseKeyword = thisOrBaseKeyword; 20925this.thisOrBaseKeyword = thisOrBaseKeyword;
5 references to thisOrBaseKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
20933public SyntaxToken ThisOrBaseKeyword => this.thisOrBaseKeyword; 209401 => this.thisOrBaseKeyword, 20968=> new ConstructorInitializerSyntax(this.Kind, this.colonToken, this.thisOrBaseKeyword, this.argumentList, diagnostics, GetAnnotations()); 20971=> new ConstructorInitializerSyntax(this.Kind, this.colonToken, this.thisOrBaseKeyword, this.argumentList, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
13165public SyntaxToken ThisOrBaseKeyword => new SyntaxToken(this, ((InternalSyntax.ConstructorInitializerSyntax)this.Green).thisOrBaseKeyword, GetChildPosition(1), GetChildIndex(1));