8 references to Log
mscorlib (8)
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);