dotnet/roslyn

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

Open

#15,242 opened on Nov 15, 2016

View on 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
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

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.

Contributor guide