dotnet/roslyn
In the VB sources, prefer the "Is" operator rather than Object.ReferenceEquals
オープン
#2,150 opened on 2015/04/21
Area-CompilersFeature Requesthelp wanted
Repository metrics
- Stars
- (20,414 個のスター)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 256 merged PRs)
説明
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.