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