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