dotnet/roslyn

VB SyntaxFacts.GetReservedKeywordKinds() should not include SyntaxKind.ReferenceKeyword

Open

#15,242 创建于 2016年11月15日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C# (4,257 fork)batch import
Area-CompilersBughelp wanted

仓库指标

Star
 (20,414 star)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

Microsoft.CodeAnalysis.VisualBasic.SyntaxFacts.GetReservedKeywordKinds() should not include SyntaxKind.ReferenceKeyword.

No other directive keywords are not included in that list, and Reference is not a keyword outside of directives.

贡献者指南