2 writes to _col
Microsoft.ML.Data (2)
DataLoadSave\Text\TextSaver.cs (2)
626
_col
= 0;
681
++
_col
;
14 references to _col
Microsoft.ML.Data (14)
DataLoadSave\Text\TextSaver.cs (14)
581
Action<StringBuilder, int> append = (sb, index) => AppendItem(sb, index, _pipes[
_col
].Default);
587
while (
_col
< _pipes.Length)
590
_pipes[
_col
].WriteHeader(appendHeader, out len);
603
while (
_col
< _pipes.Length)
606
_pipes[
_col
].WriteData(append, out len);
629
Contracts.Assert(_mpcoldst[
_col
] == 0);
630
Contracts.Assert(_mpcolslot[
_col
] == 0);
647
Contracts.Assert(0 <=
_col
&&
_col
< _pipes.Length);
678
Contracts.Assert(
_col
< _pipes.Length);
682
_mpcoldst[
_col
] = dst;
683
_mpcolslot[
_col
] = _slotLim;
689
Contracts.Assert(
_col
== _pipes.Length);
761
Contracts.Assert(
_col
== _pipes.Length);