2 writes to _host
Microsoft.ML.Parquet (2)
PartitionedPathParser.cs (2)
106
_host
= env.Register(LoadName);
121
_host
= host;
4 references to _host
Microsoft.ML.Parquet (4)
PartitionedPathParser.cs (4)
122
_host
.AssertValue(ctx);
130
_host
.CheckDecode(numColumns >= 0);
136
_host
.CheckDecode(column != null);
166
_host
.Check(col.TryUnparse(sb));