3 references to DefaultArgumentAttribute
Microsoft.ML.Core (3)
CommandLine\ArgumentAttribute.cs (1)
58
Contracts.Check(value == null || !(this is
DefaultArgumentAttribute
));
CommandLine\CmdParser.cs (2)
477
bool isDefault = attr is
DefaultArgumentAttribute
;
1440
IsDefault = attr is
DefaultArgumentAttribute
;