summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-12-13 04:19:55 -0800
committerGitHub <noreply@github.com>2016-12-13 04:19:55 -0800
commit1cfbb8d79d65ea972eed8d73458fdf93697d031e (patch)
tree0f0a44b613308b3db18970ecb217924c0df58464 /src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
parenta6b60a049a78480e651e8c791fed43ffc3846438 (diff)
downloadcoreclr-1cfbb8d79d65ea972eed8d73458fdf93697d031e.tar.gz
coreclr-1cfbb8d79d65ea972eed8d73458fdf93697d031e.tar.bz2
coreclr-1cfbb8d79d65ea972eed8d73458fdf93697d031e.zip
Delete HostProtection attributes (#8610)
Diffstat (limited to 'src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs')
-rw-r--r--src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs b/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
index 6f465896a8..c1a6f7564c 100644
--- a/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
+++ b/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
@@ -40,7 +40,6 @@ namespace System.Collections.Concurrent
[ComVisible(false)]
[DebuggerTypeProxy(typeof(Mscorlib_DictionaryDebugView<,>))]
[DebuggerDisplay("Count = {Count}")]
- [HostProtection(Synchronization = true, ExternalThreading = true)]
public class ConcurrentDictionary<TKey, TValue> : IDictionary<TKey, TValue>, IDictionary, IReadOnlyDictionary<TKey, TValue>
{
/// <summary>