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