1 write to IsDefault
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1439IsDefault = attr is DefaultArgumentAttribute;
5 references to IsDefault
Microsoft.ML.Core (5)
CommandLine\CmdParser.cs (5)
1231public bool IsDefault { get { return _arg.IsDefault; } } 1440Contracts.Assert(!IsDefault || Utils.Size(ShortNames) == 0); 1659if (IsDefault) 1996if (!IsDefault) 2171if (IsDefault)