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