7 references to RangeAttribute
Microsoft.ML.Core (7)
EntryPoints\EntryPointUtils.cs (7)
17private static readonly FuncStaticMethodInfo1<TlcModule.RangeAttribute, object, bool> _isValueWithinRangeMethodInfo 18= new FuncStaticMethodInfo1<TlcModule.RangeAttribute, object, bool>(IsValueWithinRange<int>); 20private static bool IsValueWithinRange<T>(TlcModule.RangeAttribute range, object obj) 35public static bool IsValueWithinRange(this TlcModule.RangeAttribute range, object val) 84var rangeAttr = fieldInfo.GetCustomAttributes(typeof(TlcModule.RangeAttribute), false).FirstOrDefault() 85as TlcModule.RangeAttribute;