1 write to _sources
Microsoft.ML.Data (1)
DataView\ZipDataView.cs (1)
51
_sources
= sources;
3 references to _sources
Microsoft.ML.Data (3)
DataView\ZipDataView.cs (3)
52
_zipBinding = new ZipBinding(
_sources
.Select(x => x.Schema).ToArray());
62
foreach (var source in
_sources
)
87
var srcCursors =
_sources