dotnet/roslyn

In the VB sources, prefer the "Is" operator rather than Object.ReferenceEquals

Ouverte

#2 150 ouverte le 21 avr. 2015

 (4 commentaires) (0 réaction) (0 personne assignée)C# (4 257 forks)batch import
Area-CompilersFeature Requesthelp wanted

Métriques du dépôt

Stars
 (20 414 étoiles)
Métriques de merge PR
 (Merge moyen 6j 17h) (256 PRs mergées en 30 j)

Description

We generate slightly better code for the VB Is operator than we do for invocations of Object.ReferenceEquals. It would be nice to replaces uses of the latter with uses of the former.

Guide contributeur