1 write to _creatorsOne
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
69_creatorsOne = new Func<RowSet, ColumnPipe>[InternalDataKindExtensions.KindCount];
4 references to _creatorsOne
Microsoft.ML.Data (4)
DataLoadSave\Text\TextLoaderParser.cs (4)
74_creatorsOne[kind.ToIndex()] = GetCreatorOneCore(type); 120Contracts.Assert(0 <= index && index < _creatorsOne.Length); 121return _creatorsOne[index]; 127Contracts.Assert(0 <= index && index < _creatorsOne.Length);