2 writes to _closed
Microsoft.ML.Core (2)
Data\Repository.cs (2)
311_closed = new Queue<KeyValuePair<string, Stream>>(); 364_closed = null;
9 references to _closed
Microsoft.ML.Core (9)
Data\Repository.cs (9)
347if (_closed != null) 348_closed.Enqueue(new KeyValuePair<string, Stream>(ent.Path, ent.Stream)); 357if (_closed != null) 359while (_closed.Count > 0) 361var kvp = _closed.Dequeue(); 387ExceptionContext.AssertValue(_closed); 390while (_closed.Count > 0) 393var kvp = _closed.Dequeue(); 419ExceptionContext.AssertValue(_closed);