4 references to PathArgument
Microsoft.ML.TestFramework (4)
TestCommandBase.cs (4)
102return new PathArgument(this, PathArgument.Usage.Both, PathArgument.Usage.None, false, Append(name, names));
110return new PathArgument(this, PathArgument.Usage.None, PathArgument.Usage.Both, false);
118return new PathArgument(this, PathArgument.Usage.Both, PathArgument.Usage.Both, false, Append(name, names));
126return new PathArgument(this, PathArgument.Usage.Both, PathArgument.Usage.Both, true, Append(name, names));