2 writes to IsTaggedCollection
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1449IsTaggedCollection = IsKeyValuePair(ItemType); 1454IsCollection = IsTaggedCollection = false;
8 references to IsTaggedCollection
Microsoft.ML.Core (8)
CommandLine\CmdParser.cs (8)
624if (tag != null && !arg.IsTaggedCollection) 1234public bool IsTaggedCollection { get { return _arg.IsTaggedCollection; } } 1450ItemValueType = IsTaggedCollection ? ItemType.GenericTypeArguments[1] : ItemType; 1564if (IsTaggedCollection) 1633else if (IsTaggedCollection) 1685if (hasTag && !IsTaggedCollection) 2024if (!IsTaggedCollection) 2181if (IsTaggedCollection)