1 instantiation of CDSCollectionETWBCLProvider
System.Collections.Concurrent (1)
System\Collections\Concurrent\CDSCollectionETWBCLProvider.cs (1)
31public static readonly CDSCollectionETWBCLProvider Log = new CDSCollectionETWBCLProvider();
12 references to CDSCollectionETWBCLProvider
System.Collections.Concurrent (12)
System\Collections\Concurrent\CDSCollectionETWBCLProvider.cs (1)
31public static readonly CDSCollectionETWBCLProvider Log = new CDSCollectionETWBCLProvider();
System\Collections\Concurrent\ConcurrentBag.cs (3)
172if (CDSCollectionETWBCLProvider.Log.IsEnabled()) 176CDSCollectionETWBCLProvider.Log.ConcurrentBag_TryTakeSteals(); 180CDSCollectionETWBCLProvider.Log.ConcurrentBag_TryPeekSteals();
System\Collections\Concurrent\ConcurrentDictionary.cs (2)
2088if (CDSCollectionETWBCLProvider.Log.IsEnabled()) 2090CDSCollectionETWBCLProvider.Log.ConcurrentDictionary_AcquiringAllLocks(_tables._buckets.Length);
System\Collections\Concurrent\ConcurrentStack.cs (6)
381if (CDSCollectionETWBCLProvider.Log.IsEnabled()) 383CDSCollectionETWBCLProvider.Log.ConcurrentStack_FastPushFailed(spin.Count); 595if (count == 1 && CDSCollectionETWBCLProvider.Log.IsEnabled()) 597CDSCollectionETWBCLProvider.Log.ConcurrentStack_FastPopFailed(spin.Count); 613if (count == 1 && CDSCollectionETWBCLProvider.Log.IsEnabled()) 615CDSCollectionETWBCLProvider.Log.ConcurrentStack_FastPopFailed(spin.Count);