1 write to IsDefault
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1440IsDefault = attr is DefaultArgumentAttribute;
5 references to IsDefault
Microsoft.ML.Core (5)
CommandLine\CmdParser.cs (5)
1232public bool IsDefault { get { return _arg.IsDefault; } } 1441Contracts.Assert(!IsDefault || Utils.Size(ShortNames) == 0); 1660if (IsDefault) 1997if (!IsDefault) 2176if (IsDefault)