3 writes to thisOrBaseKeyword
Microsoft.CodeAnalysis.CSharp (3)
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);