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