2 writes to _writer
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinarySaver.cs (2)
129
_writer
= _codec.OpenWriter(_currentStream);
143
_writer
= null;
5 references to _writer
Microsoft.ML.Data (5)
DataLoadSave\Binary\BinarySaver.cs (5)
127
Contracts.Assert(
_writer
== null);
134
Contracts.Assert(
_writer
!= null);
136
_writer
.Write(in _value);
141
Contracts.Assert(
_writer
!= null);
142
_writer
.Commit();