dotnet/roslyn
View on GitHubVB SyntaxFacts.GetReservedKeywordKinds() should not include SyntaxKind.ReferenceKeyword
Open
#15,242 opened on Nov 15, 2016
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.