summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
AgeCommit message (Expand)AuthorFilesLines
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-1592/+0
2017-11-24added keu value to key not found exception (#15201)Anirudh Agnihotry1-3/+3
2017-09-15Fix build breaks after moving files to shared and misc cleanupJan Kotas1-1/+1
2017-09-08Port some concurrent collection implementations with latest fixes from CoreFX...Koundinya Veluri1-306/+300
2017-08-30Spelling and grammar corrections - M through Z (#13698)Brian Chavez1-2/+2
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley1-4/+0
2017-02-23Run codeformatter on S.P.CoreLib sourcesAlex Perovich1-4/+2
2017-02-16Merge pull request #8778 from dnickless/masterDan Moseley1-0/+4
2017-02-07Remove more CAS (#9390)Dan Moseley1-1/+0
2017-02-07Remove bclrewriter (#9351)Dan Moseley1-1/+1
2017-02-06Delete ComVisible attributesJan Kotas1-1/+0
2017-02-04Remove stripped code (#9269)Dan Moseley1-371/+0
2017-01-03Performance improvement: Make ConcurrentDictionary with an Enum key also prof...dnickless1-0/+4
2016-12-13Delete HostProtection attributes (#8610)Jan Kotas1-1/+0
2016-12-12Rename Contract.Assert to Debug.Assert (#8600)Jan Kotas1-1/+1
2016-12-08Strip more defines from CoreLib (#8545)Jeremy Kuhne1-111/+2
2016-09-07ConcurrentDictionary<TKey, TValue> Exceptions to ThrowHelper (#7079)Ben Adams1-56/+44
2016-08-14Restore most serialization implementations in coreclrStephen Toub1-2/+0
2016-07-13Add #if FEATURE_SERIALIZATION around non-functional [Serializable]Stephen Toub1-0/+2
2016-01-27Update license headersdotnet-bot1-2/+3
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-3/+2
2015-03-11Remove the CDS_COMPILE_JUST_THIS define from the ConcurrentDictionary.cs file.Alex Ghiondea1-32/+7
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2120