dotnet/roslyn

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

开放

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

 (1 条评论) (0 个反应) (0 位负责人)C# (4,257 个派生)batch import
Area-CompilersBugConcept-APIhelp wanted

仓库指标

星标
 (20,414 个星标)
PR 合并指标
 (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.

贡献者指南