2 references to HideEnumValueAttribute
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1317
if (field.GetCustomAttribute<
HideEnumValueAttribute
>() != null)
2233
if (field.GetCustomAttribute<
HideEnumValueAttribute
>() != null)