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. 382lock (_lock) 402lock (_lock) 448lock (_lock) 471lock (_lock)