dotnet/roslyn

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

Open

#15,242 opened on 2016年11月15日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-CompilersBughelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (平均マージ 6d 17h) (30d で 256 merged PRs)

説明

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.

コントリビューターガイド