Searched refs:NumericTypes (Results 1 – 1 of 1) sorted by relevance
1377 …if(!NumericTypes.Contains(expectedType) || !SmartParser.Instance.TryParse(numericalValue.Value, ex… in TryConvertSimpleValue()1766 private static readonly HashSet<Type> NumericTypes = new HashSet<Type>(new [] field in Antmicro.Renode.PlatformDescription.CreationDriver