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)
790if (null == _reDateTimeValue) 794return _reDateTimeValue.IsMatch(datetimeValue);