Home
last modified time | relevance | path

Searched refs:_reTimeValue (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/EntitySql/
H A DCqlLexerHelpers.cs59 static Regex _reTimeValue; field in System.Data.Common.EntitySql.CqlLexer
806 if (null == _reTimeValue) in IsValidTimeValue()
808_reTimeValue = new Regex(_timeValueRegularExpression, RegexOptions.Singleline | RegexOptions.Cultu… in IsValidTimeValue()
810 return _reTimeValue.IsMatch(timeValue); in IsValidTimeValue()