1 write to _ectx
Microsoft.ML.Core (1)
Data\Repository.cs (1)
111_ectx = ectx;
16 references to _ectx
Microsoft.ML.Core (16)
Data\Repository.cs (16)
104public IExceptionContext ExceptionContext => _ectx; 151_ectx.Assert(!Disposed); 160_ectx.Assert(false, "Closing entries should not throw!"); 205_ectx.Assert(false, "Why wasn't the entry found?"); 236_ectx.Assert(!Disposed); 237_ectx.CheckValueOrNull(dir); 238_ectx.CheckParam(dir == null || !dir.Contains(".."), nameof(dir)); 239_ectx.CheckParam(!string.IsNullOrWhiteSpace(name), nameof(name)); 240_ectx.CheckParam(!name.Contains(".."), nameof(name)); 251_ectx.Check(parent != null); 252_ectx.Check(parent.StartsWith(root)); 255_ectx.Check(entityPath.Length > ichSplit && entityPath[ichSplit] == Path.DirectorySeparatorChar); 262_ectx.Check(Utils.Size(pathEnt) > 0); 263_ectx.Check(entityPath == Path.Combine(root, pathEnt)); 274_ectx.Assert(!Disposed); 275_ectx.AssertValue(stream);