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; 155_ectx.Assert(!Disposed); 164_ectx.Assert(false, "Closing entries should not throw!"); 209_ectx.Assert(false, "Why wasn't the entry found?"); 240_ectx.Assert(!Disposed); 241_ectx.CheckValueOrNull(dir); 242_ectx.CheckParam(dir == null || !dir.Contains(".."), nameof(dir)); 243_ectx.CheckParam(!string.IsNullOrWhiteSpace(name), nameof(name)); 244_ectx.CheckParam(!name.Contains(".."), nameof(name)); 255_ectx.Check(parent != null); 256_ectx.Check(parent.StartsWith(root)); 259_ectx.Check(entityPath.Length > ichSplit && entityPath[ichSplit] == Path.DirectorySeparatorChar); 266_ectx.Check(Utils.Size(pathEnt) > 0); 267_ectx.Check(entityPath == Path.Combine(root, pathEnt)); 278_ectx.Assert(!Disposed); 279_ectx.AssertValue(stream);