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);
120
Contracts.Assert(0 <= index && index <
_creatorsOne
.Length);
121
return
_creatorsOne
[index];
127
Contracts.Assert(0 <= index && index <
_creatorsOne
.Length);