2 writes to _infoCustom
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1479_infoCustom = GetArgumentInfo(ItemValueType, def); 1481_infoCustom = null;
8 references to _infoCustom
Microsoft.ML.Core (8)
CommandLine\CmdParser.cs (8)
1480if (_infoCustom.ArgDef == null && _infoCustom.Args.Length == 0) 1484if (_infoCustom == null) 1766if (_infoCustom.ParseCustom != null && 1767(res = _infoCustom.ParseCustom.Invoke(null, new string[] { data })) != null) 1788if (!owner.Parse(_infoCustom, strs, res)) 2013AppendCustomItem(env, _infoCustom, value, flags, sb); 2275get { return _infoCustom != null; }