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