dotnet/roslyn
VB: Consider adding new API(s) for parsing arguments in attribute lists and with ranged arguments
開放
#20,451 建立於 2017年6月26日
Area-CompilersConcept-APIFeature Requesthelp wanted
倉庫指標
- 星標
- (20,414 顆星)
- PR 合併指標
- (平均合併 6天 17小時) (30 天內合併 256 個 PR)
描述
The existing API (SyntaxFactory.ParseArgumentList) only covers the new behavior for argument lists in invocations. But it doesn't expose options for parsing in context of attribute list (non-trailing named arguments disallowed) or with ranged arguments.
Relates to https://github.com/dotnet/roslyn/pull/20182#pullrequestreview-46136872
FYI @AlekseyTs