1 instantiation of CDSCollectionETWBCLProvider
mscorlib (1)
system\Collections\Concurrent\CDSCollectionETWBCLProvider.cs (1)
40public static CDSCollectionETWBCLProvider Log = new CDSCollectionETWBCLProvider();
9 references to CDSCollectionETWBCLProvider
mscorlib (9)
system\Collections\Concurrent\CDSCollectionETWBCLProvider.cs (1)
40public static CDSCollectionETWBCLProvider Log = new CDSCollectionETWBCLProvider();
system\Collections\Concurrent\ConcurrentDictionary.cs (2)
1966if (CDSCollectionETWBCLProvider.Log.IsEnabled()) 1968CDSCollectionETWBCLProvider.Log.ConcurrentDictionary_AcquiringAllLocks(m_tables.m_buckets.Length);
system\Collections\Concurrent\ConcurrentStack.cs (6)
463if (CDSCollectionETWBCLProvider.Log.IsEnabled()) 465CDSCollectionETWBCLProvider.Log.ConcurrentStack_FastPushFailed(spin.Count); 690if (count == 1 && CDSCollectionETWBCLProvider.Log.IsEnabled()) 692CDSCollectionETWBCLProvider.Log.ConcurrentStack_FastPopFailed(spin.Count); 709if (count == 1 && CDSCollectionETWBCLProvider.Log.IsEnabled()) 711CDSCollectionETWBCLProvider.Log.ConcurrentStack_FastPopFailed(spin.Count);