2 references to ThisOrBaseKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
20952
if (colonToken != this.ColonToken || thisOrBaseKeyword != this.
ThisOrBaseKeyword
|| argumentList != this.ArgumentList)
28498
=> node.Update((SyntaxToken)Visit(node.ColonToken), (SyntaxToken)Visit(node.
ThisOrBaseKeyword
), (ArgumentListSyntax)Visit(node.ArgumentList));