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