summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2017-02-07 06:00:55 -0800
committerJan Kotas <jkotas@microsoft.com>2017-02-07 06:00:55 -0800
commit505d2266d4d10229105408c6f803acb5a017b0fa (patch)
treef961ba83c01bef57359885baaaa29eeeffdd977c /src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
parent2945233dec39a07652455ffb075b0a4a5f303fa6 (diff)
downloadcoreclr-505d2266d4d10229105408c6f803acb5a017b0fa.tar.gz
coreclr-505d2266d4d10229105408c6f803acb5a017b0fa.tar.bz2
coreclr-505d2266d4d10229105408c6f803acb5a017b0fa.zip
Remove bclrewriter (#9351)
* Remove bclrewriter * Dump crossgen error to Jenkins log
Diffstat (limited to 'src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs')
-rw-r--r--src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs b/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
index b8f449c2c9..e750148838 100644
--- a/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
+++ b/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
@@ -39,7 +39,7 @@ namespace System.Collections.Concurrent
/// </remarks>
[DebuggerTypeProxy(typeof(Mscorlib_DictionaryDebugView<,>))]
[DebuggerDisplay("Count = {Count}")]
- public class ConcurrentDictionary<TKey, TValue> : IDictionary<TKey, TValue>, IDictionary, IReadOnlyDictionary<TKey, TValue>
+ internal class ConcurrentDictionary<TKey, TValue> : IDictionary<TKey, TValue>, IDictionary, IReadOnlyDictionary<TKey, TValue>
{
/// <summary>
/// Tables that hold the internal state of the ConcurrentDictionary