1 write to _lock
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
368
_lock
= new object();
5 references to _lock
Microsoft.ML.Core (5)
Data\ProgressReporter.cs (5)
302
/// This list is protected by <see cref="
_lock
"/>, and it's updated every time a new calculation starts.
382
lock (
_lock
)
402
lock (
_lock
)
448
lock (
_lock
)
471
lock (
_lock
)