10 instantiations of HideEnumValueAttribute
Microsoft.ML.Transforms (10)
MissingValueHandlingTransformer.cs (4)
47[HideEnumValue] 49[HideEnumValue] 51[HideEnumValue] 53[HideEnumValue]
MissingValueReplacing.cs (6)
54[HideEnumValue] 56[HideEnumValue] 58[HideEnumValue] 60[HideEnumValue] 63[HideEnumValue] 65[HideEnumValue]
4 references to HideEnumValueAttribute
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1317if (field.GetCustomAttribute<HideEnumValueAttribute>() != null) 2233if (field.GetCustomAttribute<HideEnumValueAttribute>() != null)
Microsoft.ML.Ensemble (1)
Selector\SubModelSelector\BaseBestPerformanceSelector.cs (1)
55if (field.GetCustomAttribute<HideEnumValueAttribute>() != null)
Microsoft.ML.EntryPoints (1)
JsonUtils\JsonManifestUtils.cs (1)
365var values = Enum.GetNames(type).Where(n => type.GetField(n).GetCustomAttribute<HideEnumValueAttribute>() == null);