2 writes to IsCollection
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1447IsCollection = true; 1455IsCollection = IsTaggedCollection = false;
10 references to IsCollection
Microsoft.ML.Core (10)
CommandLine\CmdParser.cs (10)
657else if (!arg.IsCollection && 692if (!arg.IsCollection || value == null || !arg.ItemValueType.IsSubclassOf(typeof(System.ValueType)) || 1234public bool IsCollection { get { return _arg.IsCollection; } } 1488Contracts.Check(!IsCollection || AllowMultiple, "Collection arguments must allow multiple"); 1489Contracts.Check(!Unique || IsCollection, "Unique only applicable to collection arguments"); 1512if (IsCollection && Field.GetValue(destination) == null) 1644else if (IsCollection) 1696if (IsCollection) 1951if (!IsCollection) 2050if (!IsCollection)