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