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)
1480
if (
_infoCustom
.ArgDef == null &&
_infoCustom
.Args.Length == 0)
1484
if (
_infoCustom
== null)
1766
if (
_infoCustom
.ParseCustom != null &&
1767
(res =
_infoCustom
.ParseCustom.Invoke(null, new string[] { data })) != null)
1788
if (!owner.Parse(
_infoCustom
, strs, res))
2013
AppendCustomItem(env,
_infoCustom
, value, flags, sb);
2275
get { return
_infoCustom
!= null; }