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