2 writes to Writer
Microsoft.ML.Data (2)
DataLoadSave\Binary\Codecs.cs (2)
35
Writer
= Factory.OpenBinaryWriter(Stream);
43
Writer
= null;
18 references to Writer
Microsoft.ML.Data (18)
DataLoadSave\Binary\Codecs.cs (18)
27
protected bool Disposed =>
Writer
== null;
42
Writer
.Dispose();
198
_ops.Write(value,
Writer
);
336
Writer
.Write(_boundaries.Count); // Write the number of entries.
337
Writer
.WriteIntStream(_boundaries); // Write the entries end boundaries, in character counts.
338
Writer
.Write(_builder.ToString());
446
Writer
.Write(_currentBits);
463
Writer
.Write(_currentBits);
601
Writer
.Write(value.Ticks);
695
Writer
.WriteShortStream(_offsets); // Write the offsets.
696
Writer
.WriteLongStream(_ticks); // Write the tick values.
860
Writer
.Write(_counts.Count);
865
Writer
.Write(_size);
880
Writer
.Write(len);
882
Writer
.WriteIntStream(_lengths);
885
Writer
.WriteIntStream(_counts);
887
Writer
.Write(_indices.Count);
889
Writer
.WriteIntStream(_indices);