2 writes to IsCollection
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1446IsCollection = true; 1454IsCollection = IsTaggedCollection = false;
10 references to IsCollection
Microsoft.ML.Core (10)
CommandLine\CmdParser.cs (10)
656else if (!arg.IsCollection && 691if (!arg.IsCollection || value == null || !arg.ItemValueType.IsSubclassOf(typeof(System.ValueType)) || 1233public bool IsCollection { get { return _arg.IsCollection; } } 1487Contracts.Check(!IsCollection || AllowMultiple, "Collection arguments must allow multiple"); 1488Contracts.Check(!Unique || IsCollection, "Unique only applicable to collection arguments"); 1511if (IsCollection && Field.GetValue(destination) == null) 1643else if (IsCollection) 1695if (IsCollection) 1950if (!IsCollection) 2045if (!IsCollection)