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)
127Contracts.Assert(_writer == null); 134Contracts.Assert(_writer != null); 136_writer.Write(in _value); 141Contracts.Assert(_writer != null); 142_writer.Commit();