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