1 write to _reDateTimeValue
System.Data.Entity (1)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (1)
792
_reDateTimeValue
= new Regex(_datetimeValueRegularExpression, RegexOptions.Singleline | RegexOptions.CultureInvariant);
2 references to _reDateTimeValue
System.Data.Entity (2)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (2)
790
if (null ==
_reDateTimeValue
)
794
return
_reDateTimeValue
.IsMatch(datetimeValue);