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)
15
public static readonly ThreadLocal<Random> Random = new
ThreadLocal
<Random>(() => new Random());