1 write to _sources
Microsoft.ML.Data (1)
DataView\ZipBinding.cs (1)
28_sources = sources;
4 references to _sources
Microsoft.ML.Data (4)
DataView\ZipBinding.cs (4)
29_cumulativeColCounts = new int[_sources.Length + 1]; 54var result = new Func<int, bool>[_sources.Length]; 55for (int i = 0; i < _sources.Length; i++) 79Contracts.Assert(0 <= srcCol && srcCol < _sources[srcIndex].Count);