dotnet/roslyn

VB/C# API inconsistency: the location of implicit value parameter

Open

#14,273 创建于 2016年10月4日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C# (4,257 fork)batch import
Area-CompilersBugConcept-APIhelp wanted

仓库指标

Star
 (20,414 star)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

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.

贡献者指南