3 references to VisibilityType
Microsoft.ML.Core (3)
CommandLine\ArgumentAttribute.cs (1)
81
public
VisibilityType
Visibility { get; set; }
CommandLine\CmdParser.cs (1)
542
if (argumentAttribute?.Visibility == ArgumentAttribute.
VisibilityType
.EntryPointsOnly)
EntryPoints\EntryPointUtils.cs (1)
60
if (attr == null || attr.Visibility == ArgumentAttribute.
VisibilityType
.CmdLineOnly)