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