1 write to _reTimeValue
System.Data.Entity (1)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (1)
808_reTimeValue = new Regex(_timeValueRegularExpression, RegexOptions.Singleline | RegexOptions.CultureInvariant);
2 references to _reTimeValue
System.Data.Entity (2)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (2)
806if (null == _reTimeValue) 810return _reTimeValue.IsMatch(timeValue);