Removed Dictionary<TKey, TValue>.GetValueOrDefault Methods (#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)
commit0581f34ca9b0cd27abf03a4d0232ca59250ab9f0
tree192400741f6e67a4b8cf834b0bbb07fdc0dddf60
parent803b48ca0f6e3097a3453d1d15d3765704461651
Removed Dictionary<TKey, TValue>.GetValueOrDefault Methods (#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
src/mscorlib/src/System/Collections/Generic/Dictionary.cs
src/mscorlib/src/System/Reflection/CustomAttribute.cs
src/mscorlib/src/System/RtType.cs