2 references to DateTimeFormat
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\ScalarType.cs (1)
215
if (!DateTime.TryParseExact(text,
DateTimeFormat
, CultureInfo.InvariantCulture, DateTimeStyles.AssumeUniversal | DateTimeStyles.AdjustToUniversal, out temp))
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (1)
798
ScalarType.
DateTimeFormat
.Replace(@"\", "")));