4 writes to _schemaRoot
Microsoft.ML.Data (4)
EntryPoints\TransformModelImpl.cs (4)
67_schemaRoot = root.Schema; 76_schemaRoot = schemaRoot; 91_schemaRoot = view.Schema; 125_schemaRoot = view.Schema;
2 references to _schemaRoot
Microsoft.ML.Data (2)
EntryPoints\TransformModelImpl.cs (2)
48internal override DataViewSchema InputSchema => _schemaRoot; 189? new CompositeRowToRowMapper(ectx, _chain, _schemaRoot)