Implemented interface members:
method
ContainsKey
System.Collections.Generic.IDictionary<TKey, TValue>.ContainsKey(TKey)
method
ContainsKey
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.ContainsKey(TKey)
9 references to ContainsKey
mscorlib (6)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
1532
return (key is TKey) && ((ConcurrentDictionary<TKey, TValue>)this).
ContainsKey
((TKey)key);
system\diagnostics\eventing\eventsource.cs (3)
5484
activeActivities.
ContainsKey
(EventSource.InternalCurrentThreadActivityId);
5502
activeActivities.
ContainsKey
(EventSource.InternalCurrentThreadActivityId))
5523
if (currentActivityId != null && !activeActivities.
ContainsKey
(*currentActivityId))
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (2)
357
Contract.Assert(!m_threadProcessingMapping.
ContainsKey
(Thread.CurrentThread.ManagedThreadId),
406
Contract.Assert(!m_threadProcessingMapping.
ContainsKey
(Thread.CurrentThread.ManagedThreadId),
System.ComponentModel.DataAnnotations (1)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
93
if (!_validatedMetadataTypeCache.
ContainsKey
(typeTuple)) {
System.Web (1)
Configuration\CompilationSection.cs (1)
711
if (!_assemblyNames.Value.
ContainsKey
(a)) {
System.Web.DynamicData (1)
DynamicData\MetaModel.cs (1)
293
if (!s_registeredMetadataTypes.
ContainsKey
(entityType)) {