2 writes to IsTaggedCollection
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1450IsTaggedCollection = IsKeyValuePair(ItemType); 1455IsCollection = IsTaggedCollection = false;
8 references to IsTaggedCollection
Microsoft.ML.Core (8)
CommandLine\CmdParser.cs (8)
625if (tag != null && !arg.IsTaggedCollection) 1235public bool IsTaggedCollection { get { return _arg.IsTaggedCollection; } } 1451ItemValueType = IsTaggedCollection ? ItemType.GenericTypeArguments[1] : ItemType; 1565if (IsTaggedCollection) 1634else if (IsTaggedCollection) 1686if (hasTag && !IsTaggedCollection) 2029if (!IsTaggedCollection) 2186if (IsTaggedCollection)