dotnet/roslyn
GitHub で見るVB SyntaxFacts.GetReservedKeywordKinds() should not include SyntaxKind.ReferenceKeyword
Open
#15,242 opened on 2016年11月15日
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.