dotnet/roslyn
Vedi su GitHubVB SyntaxFacts.GetReservedKeywordKinds() should not include SyntaxKind.ReferenceKeyword
Open
#15.242 aperta il 15 nov 2016
Area-CompilersBughelp wanted
Metriche repository
- Star
- (20.414 star)
- Metriche merge PR
- (Merge medio 6g 17h) (256 PR mergiate in 30 g)
Descrizione
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.