dotnet/roslyn

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

Open

#15.242 aperta il 15 nov 2016

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C# (4257 fork)batch import
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.

Guida contributor