1 write to _pipes
Microsoft.ML.Data (1)
DataLoadSave\Text\TextSaver.cs (1)
565_pipes = pipes;
18 references to _pipes
Microsoft.ML.Data (18)
DataLoadSave\Text\TextSaver.cs (18)
568_mpcoldst = new int[_pipes.Length + 1]; 569_mpcolslot = new int[_pipes.Length + 1]; 581Action<StringBuilder, int> append = (sb, index) => AppendItem(sb, index, _pipes[_col].Default); 587while (_col < _pipes.Length) 590_pipes[_col].WriteHeader(appendHeader, out len); 603while (_col < _pipes.Length) 606_pipes[_col].WriteData(append, out len); 647Contracts.Assert(0 <= _col && _col < _pipes.Length); 678Contracts.Assert(_col < _pipes.Length); 689Contracts.Assert(_col == _pipes.Length); 702for (int col = 1; col <= _pipes.Length; col++) 720colBest = _pipes.Length; 729if (colBest >= _pipes.Length) 743_writer.Write(defaultStr ?? _pipes[colBest].Default); 761Contracts.Assert(_col == _pipes.Length); 766string def = defaultStr ?? _pipes[0].Default; 779Contracts.Assert(col < _pipes.Length); 780def = defaultStr ?? _pipes[col].Default;