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