3 references to Append
Microsoft.ML.TestFramework (3)
TestCommandBase.cs (3)
102return new PathArgument(this, PathArgument.Usage.Both, PathArgument.Usage.None, false, Append(name, names)); 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));