1 write to _bindings
Microsoft.ML.Data (1)
DataLoadSave\Database\DatabaseLoaderCursor.cs (1)
42_bindings = parent._bindings;
5 references to _bindings
Microsoft.ML.Data (5)
DataLoadSave\Database\DatabaseLoaderCursor.cs (5)
46_getters = new Delegate[_bindings.Infos.Length]; 115public override DataViewSchema Schema => _bindings.OutputSchema; 147Ch.Check(column.Index < _bindings.Infos.Length); 173return Utils.MarshalInvoke(_createGetterDelegateMethodInfo, this, _bindings.Infos[col].ColType.RawType, col); 180var colInfo = _bindings.Infos[col];