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)
806
if (null ==
_reTimeValue
)
810
return
_reTimeValue
.IsMatch(timeValue);