1 write to _storeFunctions
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (1)
122
_storeFunctions
= storeFunctions != null ? storeFunctions.ToArray() : null;
3 references to _storeFunctions
System.Data.Entity.Design (3)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (3)
494
if (
_storeFunctions
== null ||
_storeFunctions
.Length == 0 || _targetEntityFrameworkVersion < EntityFrameworkVersions.Version3)
504
var interestingStoreFunctions =
_storeFunctions
.Where(