20 references to Ectx
Microsoft.ML.Data (20)
DataLoadSave\Binary\BinaryLoader.cs (20)
1464Ectx.Assert(0 <= columnIndex && columnIndex < Utils.Size(parent._actives)); 1567Ectx.AssertValue(entry); 1568Ectx.Assert(entry.IsGenerated); 1572Ectx.Assert(bufferSize > 0); 1607Ectx.Assert(!_toRead.IsAddingCompleted); 1632Ectx.Assert(_remaining >= 0); 1633Ectx.Assert(_remaining == 0 || _curr != null); 1641Ectx.AssertValue(_curr); 1644Ectx.Assert(_remaining > 0); 1664Ectx.Check(_curr != null, RowCursorUtils.FetchValueStateError); 1772Ectx.Assert(bufferSize > 0); 1775Ectx.AssertValue(entry); 1776Ectx.Assert(!entry.IsGenerated); 1777Ectx.AssertValue(entry.Codec); 1778Ectx.Assert(entry.Codec is IValueCodec<T>); 1779Ectx.Assert(Enum.IsDefined(typeof(CompressionKind), entry.Compression)); 1792Ectx.AssertValue(_compPool); 1793Ectx.AssertValue(_decompPool); 1794Ectx.AssertValue(_lookup); 1795Ectx.AssertValue(_stream);