2 references to ThreadLocal
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
63_stats = new ThreadLocal<Stats>(() => new Stats(this));
Microsoft.ML.AutoML (1)
AutoMlUtils.cs (1)
15public static readonly ThreadLocal<Random> Random = new ThreadLocal<Random>(() => new Random());