1 write to _bindings
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderCursor.cs (1)
97_bindings = parent._bindings;
3 references to _bindings
Microsoft.ML.Data (3)
DataLoadSave\Text\TextLoaderCursor.cs (3)
112_getters = new Delegate[_bindings.Infos.Length]; 273public override DataViewSchema Schema => _bindings.OutputSchema; 306Ch.Check(column.Index < _bindings.Infos.Length);