3 references to Keyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
522if (keyword != this.Keyword) 27940=> node.Update((SyntaxToken)Visit(node.Keyword));
Parser\LanguageParser.cs (1)
10844if (allowLocalFunctions && localFunction == null && type is PredefinedTypeSyntax { Keyword.Kind: SyntaxKind.VoidKeyword })