dotnet/roslyn
View on GitHubVB/C# API inconsistency: the location of implicit value parameter
Open
#14,273 opened on Oct 4, 2016
Area-CompilersBugConcept-APIhelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (Avg merge 6d 17h) (256 merged PRs in 30d)
Description
The Locations property of implicit value parameter of a property setter in C# contains a the location of the setter. In VB the Locations are empty. It'd be nice if the APIs were consistent to allow for language agnostic consumption.