4 references to ExtensionKeyword
CSharpSyntaxGenerator (4)
src\Compilers\CSharp\Portable\Syntax\SyntaxKindFacts.cs (4)
1236for (int i = (int)SyntaxKind.YieldKeyword; i <= (int)SyntaxKind.ExtensionKeyword; i++) 1298case SyntaxKind.ExtensionKeyword: 1427return SyntaxKind.ExtensionKeyword; 1875case SyntaxKind.ExtensionKeyword: