Removed Dictionary<TKey, TValue>.GetValueOrDefault Methods (dotnet/coreclr#11388)
authorTarun Pothulapati <tarunpothulapati@outlook.com>
Fri, 5 May 2017 17:49:59 +0000 (17:49 +0000)
committerJan Kotas <jkotas@microsoft.com>
Fri, 5 May 2017 17:49:59 +0000 (10:49 -0700)
commit3515d207ecff193934c636de4ab16d125eac1a4c
tree4a0dce4d3e81e208d42554db5737481eba6f296e
parent885a1979ea8f6281f2a305648c7a34d028ad340f
Removed Dictionary<TKey, TValue>.GetValueOrDefault Methods (dotnet/coreclr#11388)

* Removed Dictionary.GetValueOrDefault Methods and the method calls in Rtpe.cs,CustomAttribute.cs

* Replaced the Dictionary.GetValueOrDefault Methods

* Used !s_pca.ContainsKey(caType) instead of s_pca.ContainsKey(caType) == false

Commit migrated from https://github.com/dotnet/coreclr/commit/0581f34ca9b0cd27abf03a4d0232ca59250ab9f0
src/coreclr/src/mscorlib/src/System/Collections/Generic/Dictionary.cs
src/coreclr/src/mscorlib/src/System/Reflection/CustomAttribute.cs
src/coreclr/src/mscorlib/src/System/RtType.cs