2 writes to _closed
Microsoft.ML.Core (2)
Data\Repository.cs (2)
307_closed = new Queue<KeyValuePair<string, Stream>>(); 360_closed = null;
9 references to _closed
Microsoft.ML.Core (9)
Data\Repository.cs (9)
343if (_closed != null) 344_closed.Enqueue(new KeyValuePair<string, Stream>(ent.Path, ent.Stream)); 353if (_closed != null) 355while (_closed.Count > 0) 357var kvp = _closed.Dequeue(); 383ExceptionContext.AssertValue(_closed); 386while (_closed.Count > 0) 389var kvp = _closed.Dequeue(); 415ExceptionContext.AssertValue(_closed);