dotnet/roslyn

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

Ouverte

#14 273 ouverte le 4 oct. 2016

 (1 commentaire) (0 réaction) (0 personne assignée)C# (4 257 forks)batch import
Area-CompilersBugConcept-APIhelp wanted

Métriques du dépôt

Stars
 (20 414 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur