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.

貢獻者指南