1 write to _entries
Microsoft.ML.Core (1)
Data\Repository.cs (1)
469_entries = new Dictionary<string, ZipArchiveEntry>();
3 references to _entries
Microsoft.ML.Core (3)
Data\Repository.cs (3)
473_entries[path] = entry; 517if (!_entries.TryGetValue(pathEnt, out entry)) 521if (!_entries.TryGetValue(pathEntTmp, out entry))