1 write to _size
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
842_size = codec._type.Size;
4 references to _size
Microsoft.ML.Data (4)
DataLoadSave\Binary\Codecs.cs (4)
837private bool FixedLength { get { return _size > 0; } } 865Writer.Write(_size); 911if (value.Length != _size) 912throw Contracts.Except("Length mismatch: expected {0} slots but got {1}", _size, value.Length);