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