Base:
2 references to Length
Microsoft.ML.Core (1)
Utilities\HybridMemoryStream.cs (1)
106Contracts.Assert(Length <= _overflowBoundary || _overflowStream != null);
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
179ch.Trace("Sliced data saved to {0} bytes", stream.Length);