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