dotnet/roslyn
View on GitHubVB: Consider adding new API(s) for parsing arguments in attribute lists and with ranged arguments
Open
#20,451 opened on Jun 26, 2017
Area-CompilersConcept-APIFeature Requesthelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (Avg merge 6d 17h) (256 merged PRs in 30d)
Description
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